[PATCH] D39090: [AArch64][SVE] Asm: Set SVE as unsupported feature for existing scheduler models

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 19 09:24:24 PDT 2017


javed.absar added inline comments.


================
Comment at: lib/Target/AArch64/AArch64SchedCyclone.td:21
   let CompleteModel = 1;
+
+  list<Predicate> UnsupportedFeatures = [HasSVE];
----------------
nitpick.  The blank line here and in other .td not needed i think. 


https://reviews.llvm.org/D39090





More information about the llvm-commits mailing list