[PATCH] D18023: Remove PreserveNames template parameter from IRBuilder

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 18:23:59 PST 2016


joker.eph created this revision.
joker.eph added a reviewer: chandlerc.
joker.eph added a subscriber: llvm-commits.
Herald added a subscriber: mzolotukhin.

Following r263086, we are now relying on a flag on the Context to
discard Value names in release builds.

http://reviews.llvm.org/D18023

Files:
  include/llvm/Analysis/MemoryBuiltins.h
  include/llvm/Analysis/ScalarEvolutionExpander.h
  include/llvm/IR/IRBuilder.h
  lib/Target/XCore/XCoreLowerThreadLocal.cpp
  lib/Transforms/IPO/MergeFunctions.cpp
  lib/Transforms/InstCombine/InstCombineInternal.h
  lib/Transforms/InstCombine/InstructionCombining.cpp
  lib/Transforms/Instrumentation/BoundsChecking.cpp
  lib/Transforms/Scalar/LoadCombine.cpp
  lib/Transforms/Scalar/SROA.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp
  lib/Transforms/Vectorize/SLPVectorizer.cpp
  unittests/IR/IRBuilderTest.cpp
  unittests/IR/PatternMatch.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18023.50223.patch
Type: text/x-patch
Size: 12679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160310/e50ff16c/attachment.bin>


More information about the llvm-commits mailing list