[llvm] [X86] Reuse AND flags for redundant TEST with known SF (PR #202918)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 06:04:33 PDT 2026


================
@@ -619,3 +836,68 @@ body:             |
     RET 0, $ax
 
 ...
+
+# CHECK-LABEL: name: erase_test8_sf
----------------
phoebewang wrote:

CHECKs should accompany with the input function. Did you update it with update_mir_test_checks.py?

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


More information about the llvm-commits mailing list