[PATCH] D68489: [PATCH 06/38] [noalias] [IR] parse optional noalias_sidechannel argument on load/store instructions

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 14:22:41 PDT 2019


jeroen.dobbelaere created this revision.
Herald added subscribers: llvm-commits, dexonsmith, steven_wu, hiraditya, mehdi_amini.
Herald added a project: LLVM.

This is part of the series started by D68484 <https://reviews.llvm.org/D68484>.

Note: support for the noalias_sidechannel in LLVM IR bitcode is missing.

Note: this is a stable point and tests should run fine with the patches applied up to this point.


https://reviews.llvm.org/D68489

Files:
  llvm/lib/AsmParser/LLLexer.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/AsmParser/LLParser.h
  llvm/lib/AsmParser/LLToken.h
  llvm/test/Bitcode/loadstore_sidechannel.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68489.223289.patch
Type: text/x-patch
Size: 6687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/bbecdeea/attachment.bin>


More information about the llvm-commits mailing list