[PATCH] D41832: LLParser: add an argument for overriding data layout and do not check alloca addr space

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 14:35:07 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL323826: LLParser: add an argument for overriding data layout and do not check alloca… (authored by yaxunl, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41832?vs=131991&id=132052#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D41832

Files:
  llvm/trunk/include/llvm/AsmParser/Parser.h
  llvm/trunk/include/llvm/IRReader/IRReader.h
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/AsmParser/LLParser.h
  llvm/trunk/lib/AsmParser/Parser.cpp
  llvm/trunk/lib/CodeGen/MIRParser/MIRParser.cpp
  llvm/trunk/lib/IRReader/IRReader.cpp
  llvm/trunk/test/Assembler/datalayout-alloca-addrspace-mismatch-0.ll
  llvm/trunk/test/Assembler/datalayout-alloca-addrspace-mismatch-1.ll
  llvm/trunk/test/Assembler/datalayout-alloca-addrspace-mismatch-2.ll
  llvm/trunk/test/Assembler/drop-debug-info-nonzero-alloca.ll
  llvm/trunk/test/CodeGen/AMDGPU/alloca.ll
  llvm/trunk/test/CodeGen/AMDGPU/fence-barrier.ll
  llvm/trunk/test/CodeGen/AMDGPU/invalid-alloca.ll
  llvm/trunk/test/CodeGen/AMDGPU/sched-crash-dbg-value.mir
  llvm/trunk/tools/llc/llc.cpp
  llvm/trunk/tools/llvm-as/llvm-as.cpp
  llvm/trunk/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41832.132052.patch
Type: text/x-patch
Size: 32369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180130/9901f25f/attachment-0001.bin>


More information about the llvm-commits mailing list