[PATCH] D41879: [X86] Added support for nocf_check attribute for indirect Branch Tracking

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 10:10:37 PST 2018


craig.topper added inline comments.


================
Comment at: lib/Target/X86/X86InstrControl.td:245
+    let isCodeGenOnly = 1, Predicates = [HasIBT] in {
+      def NT_CALL16r : I<0xFF, MRM2r, (outs), (ins GR16 : $dst),
+                        "call{w}\t{*}$dst",[(X86NoTrackCall GR16 : $dst)], IIC_CALL_RI>,
----------------
Can you name these as CALL16r_NT, etc? I think then the regular expressions in the scheduler models will pick them up and group them with their counterparts without the prefix.


Repository:
  rL LLVM

https://reviews.llvm.org/D41879





More information about the llvm-commits mailing list