[PATCH] D135592: [IR] Add support for memory attribute

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 02:36:12 PDT 2022


nikic updated this revision to Diff 468140.
nikic added a comment.

Upload the correct patch... I accidentally replaced this with the next patch in the series.


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

https://reviews.llvm.org/D135592

Files:
  llvm/include/llvm/AsmParser/LLParser.h
  llvm/include/llvm/AsmParser/LLToken.h
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/include/llvm/IR/Attributes.h
  llvm/include/llvm/IR/Attributes.td
  llvm/include/llvm/IR/ModRef.h
  llvm/lib/AsmParser/LLLexer.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/IR/Attributes.cpp
  llvm/lib/Transforms/Utils/CodeExtractor.cpp
  llvm/test/Assembler/memory-attribute-errors.ll
  llvm/test/Assembler/memory-attribute.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135592.468140.patch
Type: text/x-patch
Size: 18677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221017/d0e544dd/attachment.bin>


More information about the llvm-commits mailing list