[PATCH] D67392: [ARM][ParallelDSP] Change smlad insertion order
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 13:36:10 PDT 2019
efriedma added inline comments.
================
Comment at: lib/Target/ARM/ARMParallelDSP.cpp:654
+ else
+ V = DT->dominates(cast<Instruction>(A), cast<Instruction>(B)) ? B : A;
+
----------------
You decided not to modify this dominates() call?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67392/new/
https://reviews.llvm.org/D67392
More information about the llvm-commits
mailing list