[llvm] [LV] Generate scalar VPInstruction::Not if possible. (PR #152628)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 8 01:31:59 PDT 2025


david-arm wrote:

OK I'm happy with this. The generated xor is only ever happening for a branch input condition so effectively it's just going to be folded into the branch anyway by switching the true/false destinations. I just wanted to make sure there wasn't some hidden gotcha!

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


More information about the llvm-commits mailing list