[PATCH] D37020: [AArch64][Falkor] Avoid generating STRQro* instructions
Tim Northover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 13:47:41 PDT 2017
t.p.northover added a comment.
There should be a test, but other than that only one nit (also with the comment).
================
Comment at: lib/Target/AArch64/AArch64InstrInfo.td:2136
+// Avoid generating STRQro is if it is slow unless we're optimizing for code size.
+let Predicates = [UseSTRQro], AddedComplexity = 10 in {
----------------
Grammar looks sketchy; drop the first "is"?
https://reviews.llvm.org/D37020
More information about the llvm-commits
mailing list