[llvm] [AArch64][SVE] Enable known bits for predicated shifts (PR #200347)

Harry Ramsey via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 03:05:05 PDT 2026


================
@@ -0,0 +1,302 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
----------------
Harry-Ramsey wrote:

Sorry, these tests were for fixed vectors when SVE is available. I have updated the test now to ensure that we use SVE.

The behaviour is as expected for fixed vectors, this patch primarily targets scalable vectors.

https://github.com/llvm/llvm-project/pull/200347


More information about the llvm-commits mailing list