[PATCH] D74651: Add IR constructs for inalloca replacement preallocated call setup

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 23 13:01:02 PDT 2020


aeubanks updated this revision to Diff 259681.
aeubanks added a comment.

Add blurb about alignment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74651

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/include/llvm/IR/Attributes.h
  llvm/include/llvm/IR/Attributes.td
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/IR/LLVMContext.h
  llvm/lib/AsmParser/LLLexer.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/AsmParser/LLParser.h
  llvm/lib/AsmParser/LLToken.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/AttributeImpl.h
  llvm/lib/IR/Attributes.cpp
  llvm/lib/IR/LLVMContext.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/lib/Transforms/Utils/CodeExtractor.cpp
  llvm/test/Assembler/invalid-byval-type3.ll
  llvm/test/Bitcode/attributes.ll
  llvm/test/Bitcode/operand-bundles-bc-analyzer.ll
  llvm/test/Verifier/call_setup_invalid.ll
  llvm/test/Verifier/call_setup_valid.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74651.259681.patch
Type: text/x-patch
Size: 41523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200423/9e79d42f/attachment.bin>


More information about the llvm-commits mailing list