[PATCH] D61726: [Pass Pipeline] Run another round of reassociation after loop pipeline
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 10 11:46:52 PDT 2019
efriedma added a comment.
> Adding the triple didn't seem to work
If you're dealing with certain passes like unrolling, they depend on the target actually being compiled, because we query the target for heuristics. You can write something like "REQUIRES: powerpc-registered-target" if necessary.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61726/new/
https://reviews.llvm.org/D61726
More information about the llvm-commits
mailing list