[PATCH] D101725: [Verifier] Check that calls' arguments match the callee's byval/inalloca/preallocated

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 2 17:24:35 PDT 2021


aeubanks updated this revision to Diff 342294.
aeubanks added a comment.
Herald added subscribers: kerbowa, aheejin, jgravelle-google, sbc100, nhaehnle, jvesely, dschuff.

remove unrelated change
update some more tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101725

Files:
  llvm/lib/IR/Verifier.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call-sret.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call.ll
  llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs-packed.ll
  llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
  llvm/test/CodeGen/AMDGPU/gfx-callable-argument-types.ll
  llvm/test/CodeGen/WebAssembly/byval.ll
  llvm/test/CodeGen/X86/movtopush.ll
  llvm/test/Transforms/ArgumentPromotion/dbg.ll
  llvm/test/Transforms/ArgumentPromotion/fp80.ll
  llvm/test/Transforms/Attributor/ArgumentPromotion/dbg.ll
  llvm/test/Transforms/Attributor/ArgumentPromotion/fp80.ll
  llvm/test/Transforms/Attributor/readattrs.ll
  llvm/test/Transforms/Attributor/value-simplify.ll
  llvm/test/Transforms/TailCallElim/basic.ll
  llvm/test/Verifier/indirect-attrs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101725.342294.patch
Type: text/x-patch
Size: 18538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210503/c18ca24a/attachment.bin>


More information about the llvm-commits mailing list