[llvm] [RISCV] Select and/or/xor with certain constants to Zbb ANDN/ORN/XNOR (PR #120221)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 12:03:23 PST 2024
topperc wrote:
Here's another case that might be useful to optimize https://godbolt.org/z/MEzP15sas it already generates a `not` but we don't fold it.
https://github.com/llvm/llvm-project/pull/120221
More information about the llvm-commits
mailing list