[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
Tue Feb 18 15:11:38 PST 2020


aeubanks updated this revision to Diff 245288.
aeubanks marked 5 inline comments as done.
aeubanks added a comment.

Simplify some code, add more tests, check operand bundle type instead of checking that the value is a ConstantTokenNone


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74651

Files:
  llvm/include/llvm/IR/Attributes.td
  llvm/include/llvm/IR/InstrTypes.h
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/IR/LLVMContext.h
  llvm/lib/IR/Verifier.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.245288.patch
Type: text/x-patch
Size: 10532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200218/e7095789/attachment.bin>


More information about the llvm-commits mailing list