[PATCH] D52484: [ARM][v8.5A] Add speculation barriers SSBB and PSSBB

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 25 07:18:24 PDT 2018


olista01 created this revision.
Herald added a reviewer: javed.absar.
Herald added subscribers: llvm-commits, chrib, kristof.beyls.

This adds two new barrier instructions which can be used to restrict
speculative execution of load instructions.

Patch by Pablo Barrio!


Repository:
  rL LLVM

https://reviews.llvm.org/D52484

Files:
  lib/Target/ARM/ARMInstrInfo.td
  lib/Target/ARM/ARMInstrThumb2.td
  lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
  test/MC/ARM/basic-arm-instructions.s
  test/MC/ARM/basic-thumb2-instructions.s
  test/MC/ARM/csdb-errors.s
  test/MC/ARM/csdb.s
  test/MC/ARM/speculation-barriers-errors.s
  test/MC/ARM/speculation-barriers.s
  test/MC/Disassembler/ARM/basic-arm-instructions.txt
  test/MC/Disassembler/ARM/thumb2.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52484.166901.patch
Type: text/x-patch
Size: 10459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180925/1bb5fe57/attachment.bin>


More information about the llvm-commits mailing list