[PATCH] D62341: [DAGCombine][X86][AArch64][AMDGPU][MIPS][PPC] (sub x, c) -> (add x, -c) vector edition.
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 24 04:28:47 PDT 2019
atanasyan added a comment.
I do not think it's good for MIPS because this patch replace one `subvi` instruction by pair of `ldi` and `addv`. Are you going to fix such regressions?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62341/new/
https://reviews.llvm.org/D62341
More information about the llvm-commits
mailing list