Skip to content

Commit

Permalink
JIT ARM64-SVE: Move SVE-specific emitIns logic to emitarm64sve.cpp (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
amanasifkhalid committed Mar 20, 2024
1 parent 43b55fa commit ffe7e26
Show file tree
Hide file tree
Showing 4 changed files with 6,857 additions and 6,450 deletions.
1 change: 1 addition & 0 deletions src/coreclr/jit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ set( JIT_ARM64_SOURCES
codegenarm64.cpp
codegenarm64test.cpp
emitarm64.cpp
emitarm64sve.cpp
lowerarmarch.cpp
lsraarmarch.cpp
lsraarm64.cpp
Expand Down
Loading

0 comments on commit ffe7e26

Please sign in to comment.