[JIT] ARM64 vector right-shift must dead-code eliminate if the constant is zero....
authorWill Smith <lol.tihan@gmail.com>
Wed, 9 Aug 2023 18:50:13 +0000 (11:50 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Aug 2023 18:50:13 +0000 (11:50 -0700)
commit32cf5dfabe046c2e914a163ed712711d0fc39e2c
treea7cbad22847c5c23675ff0b7b7130497de5b9453
parent645397c9cbe1fafd4f3053e375e97d2b144f4b40
[JIT] ARM64 vector right-shift must dead-code eliminate if the constant is zero. (#90051)

* ARM64 vector right-shift must dead-code eliminate if the constant is zero

* Update emitarm64.cpp

* Use proper size

* Formatting

* Formatting

* Fixing test

* Add comment

* Add comment
src/coreclr/jit/emitarm64.cpp
src/coreclr/jit/hwintrinsiccodegenarm64.cpp