[PATCH] D31042: Allow DataLayout to specify addrspace for allocas.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 12:58:16 PDT 2017


arsenm updated this revision to Diff 93281.
arsenm added a comment.

Don't change IRBuilder API


https://reviews.llvm.org/D31042

Files:
  docs/LangRef.rst
  include/llvm/IR/DataLayout.h
  include/llvm/IR/IRBuilder.h
  include/llvm/IR/Instructions.h
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLParser.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/CodeGen/SjLjEHPrepare.cpp
  lib/CodeGen/WinEHPrepare.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/DataLayout.cpp
  lib/IR/Instructions.cpp
  lib/IR/Verifier.cpp
  lib/Target/NVPTX/NVPTXLowerArgs.cpp
  lib/Transforms/Coroutines/CoroElide.cpp
  lib/Transforms/IPO/ArgumentPromotion.cpp
  lib/Transforms/IPO/GlobalOpt.cpp
  lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  lib/Transforms/Instrumentation/MemorySanitizer.cpp
  lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  lib/Transforms/Scalar/SROA.cpp
  lib/Transforms/Utils/CodeExtractor.cpp
  lib/Transforms/Utils/DemoteRegToStack.cpp
  lib/Transforms/Utils/InlineFunction.cpp
  test/Assembler/alloca-addrspace-parse-error-0.ll
  test/Assembler/alloca-addrspace-parse-error-1.ll
  test/Assembler/alloca-addrspace0.ll
  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/Assembler/datalayout-alloca-addrspace.ll
  test/Assembler/invalid-datalayout-alloca-addrspace.ll
  test/Transforms/SROA/alloca-address-space.ll
  tools/llvm-stress/llvm-stress.cpp
  unittests/Analysis/ScalarEvolutionTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31042.93281.patch
Type: text/x-patch
Size: 44400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170328/675250ac/attachment-0001.bin>


More information about the llvm-commits mailing list