[PATCH] D41832: LLParser: Do not check alloca addr space if the assembly does not contain data layout definition

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 12:37:11 PST 2018


yaxunl updated this revision to Diff 129499.
yaxunl edited the summary of this revision.
yaxunl added a comment.

Removed module verification from UpgradeDebugInfo. UpgradeDebugInfo only checks debug info.


https://reviews.llvm.org/D41832

Files:
  include/llvm/IR/Verifier.h
  lib/AsmParser/LLParser.cpp
  lib/IR/Verifier.cpp
  test/Assembler/datalayout-alloca-addrspace-mismatch-0.ll
  test/Assembler/datalayout-alloca-addrspace-mismatch-1.ll
  test/Assembler/datalayout-alloca-addrspace-mismatch-2.ll
  test/CodeGen/AMDGPU/fence-barrier.ll
  test/CodeGen/AMDGPU/sched-crash-dbg-value.mir
  test/Verifier/llvm.dbg.intrinsic-dbg-attachment.ll
  tools/llc/llc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41832.129499.patch
Type: text/x-patch
Size: 15782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180111/19eae667/attachment.bin>


More information about the llvm-commits mailing list