[llvm] [X86] Fix XOR folding in EmitCmp (PR #210546)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 19 08:57:47 PDT 2026


https://github.com/RKSimon requested changes to this pull request.

We'd be better off performing this in a "combineX86Logic" equivalent of combineX86AddSub - searching for ISD::AND/OR/XOR generics and updating them to use the X86ISD node

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


More information about the llvm-commits mailing list