[PATCH] D71774: [RISCV] Optimize seteq/setne pattern expansions for better code size
Lewis Revill via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 04:52:18 PST 2020
lewis-revill added a comment.
Well spotted, this seems like a good change to me. I wonder if there are other optimization opportunities to use this `NegImm`/`simm12_plus1` pattern in further patches?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71774/new/
https://reviews.llvm.org/D71774
More information about the llvm-commits
mailing list