[llvm] [InstCombine] Avoid DeMorgan's on occasion (PR #109215)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 16:09:47 PDT 2024
topperc wrote:
InstCombine generally does not take subtarget aware optimizations like this. A lot of what InstCombine does is considered "canonicalization".
https://github.com/llvm/llvm-project/pull/109215
More information about the llvm-commits
mailing list