[PATCH] D62327: [X86][CodeGen][NFC] Delay `combineIncDecVector()` from DAGCombine to X86DAGToDAGISel
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 15 06:39:40 PDT 2019
RKSimon added a comment.
Could we use a isrematerializable test instead in the (sub x, c) -> (add x, -c) folds to avoid needing this?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62327/new/
https://reviews.llvm.org/D62327
More information about the llvm-commits
mailing list