[llvm] [InstCombine] Fold (sub (xor X, (sext C)), (sext C)) => (select C (neg X), X) (PR #79417)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 21:56:53 PST 2024


================
@@ -0,0 +1,45 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
----------------
dtcxzyw wrote:

Don't add tests in `CodeGen`.

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


More information about the llvm-commits mailing list