Skip to content

Commit ffe7e26

Browse files
JIT ARM64-SVE: Move SVE-specific emitIns logic to emitarm64sve.cpp (#99983)
We already had a few SVE-specific emitIns_* methods; this PR strips out the remaining SVE instructions from our general emitIns methods, and moves them to corresponding emitInsSve methods in emitarm64sve.cpp
1 parent 43b55fa commit ffe7e26

File tree

4 files changed

+6857
-6450
lines changed

4 files changed

+6857
-6450
lines changed

src/coreclr/jit/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ set( JIT_ARM64_SOURCES
237237
codegenarm64.cpp
238238
codegenarm64test.cpp
239239
emitarm64.cpp
240+
emitarm64sve.cpp
240241
lowerarmarch.cpp
241242
lsraarmarch.cpp
242243
lsraarm64.cpp

0 commit comments

Comments
 (0)