[PATCH] D55990: [ARM] Add command-line option for SB

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 21 02:49:09 PST 2018


olista01 added inline comments.


================
Comment at: lib/Target/ARM/ARM.td:371
 
+def FeatureSB       : SubtargetFeature<"sb", "HasSB", "true",
+  "Enable v8.5a Speculation Barrier" >;
----------------
Same comment as the AArch64 patch (D55921), FeatureSpecCtrl already contains only the SB instruction.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55990/new/

https://reviews.llvm.org/D55990





More information about the llvm-commits mailing list