[llvm] [AArch64] Allow splitting bitmasks for ANDS, EOR and ORR. (PR #149095)

Ricardo Jesus via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 16 06:15:16 PDT 2025


================
@@ -263,3 +263,282 @@ entry:
   %conv = zext i1 %cmp to i8
   ret i8 %conv
 }
+
+; Test ANDS.
----------------
rj-jesus wrote:

The new tests are based on the simple preexisting AND tests.

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


More information about the llvm-commits mailing list