[PATCH] D74651: [WIP] Add intrinsics and operand bundles for inalloca replacement llvm.call.setup
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 09:06:36 PST 2020
aeubanks updated this revision to Diff 245669.
aeubanks added a comment.
Herald added subscribers: dexonsmith, steven_wu.
Add preallocated attribute, major cleanups
- Fix some stuff
- Add preallocated
- Actually add callsetup as an operand bundle
- Parse "preallocated" in ll files, add proper ptr casts in tests
- Check that callsetup token is from llvm.call.setup
- Remove "preallocated" from function declaration
- Add comment to Attributes.td
- Remove unused function
- Trailing spaces
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74651/new/
https://reviews.llvm.org/D74651
Files:
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/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/Verifier/call_setup_invalid.ll
llvm/test/Verifier/call_setup_valid.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74651.245669.patch
Type: text/x-patch
Size: 21829 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200220/30e5cf59/attachment.bin>
More information about the llvm-commits
mailing list