[PATCH] D52483: [AArch64][v8.5A] Add speculation barriers SSBB and PSSBB

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 06:12:36 PDT 2018


t.p.northover added inline comments.


================
Comment at: lib/Target/AArch64/AArch64InstrInfo.td:648-649
 def : InstAlias<"isb", (ISB 0xf)>;
+def : InstAlias<"ssbb", (DSB 0)>;
+def : InstAlias<"pssbb", (DSB 4)>;
 
----------------
I think these should have `Predicates` set since not all CPUs support them.


Repository:
  rL LLVM

https://reviews.llvm.org/D52483





More information about the llvm-commits mailing list