[PATCH] D101045: [IR][Verifier] Targets can allow alloca outside alloca address space

Andy Wingo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 00:59:09 PDT 2021


wingo updated this revision to Diff 344305.
wingo added a comment.
Herald added subscribers: kerbowa, nhaehnle, jvesely.

Address feedback from tlively


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101045

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/DataLayout.h
  llvm/lib/IR/DataLayout.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/test/Assembler/datalayout-alloca-addrspace-mismatch-0.ll
  llvm/test/Assembler/datalayout-alloca-addrspace-mismatch-1.ll
  llvm/test/Assembler/datalayout-alloca-addrspace-mismatch-2.ll
  llvm/test/Assembler/drop-debug-info-nonzero-alloca.ll
  llvm/test/CodeGen/AMDGPU/invalid-alloca.ll
  llvm/test/Verifier/alloca-alternate-addrspace-invalid-0.ll
  llvm/test/Verifier/alloca-alternate-addrspace-invalid-1.ll
  llvm/test/Verifier/alloca-alternate-addrspace-invalid-2.ll
  llvm/test/Verifier/alloca-alternate-addrspace-valid.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101045.344305.patch
Type: text/x-patch
Size: 11394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210511/fcecf6da/attachment.bin>


More information about the llvm-commits mailing list