[llvm] [AArch64] Only fold into ands directly if AND is one-use (PR #167371)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 6 10:48:14 PST 2026
================
@@ -316,3 +216,6 @@ define i64 @test_add(i64 %x, i64 %y) {
}
declare i64 @callee(i64)
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; CHECK-GI: {{.*}}
+; CHECK-SD: {{.*}}
----------------
AZero13 wrote:
Done!
https://github.com/llvm/llvm-project/pull/167371
More information about the llvm-commits
mailing list