llvm/lib/Transforms
Duncan P. N. Exon Smith 23213bff24 ValueMapper: Simplify remap() helper function, NFC
Rename `remap()` to `remapOperands()`, and restrict its contract to
remapping operands.  Previously, it also called `mapToMetadata()`, but
this logic is hard to reason about externally.  In particular, this
refactors `mapUniquedNode()` to avoid redundant mapping calls, taking
advantage of the RAUWs that are already in place.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244168 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-05 23:22:34 +00:00
..
Hello Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
InstCombine Fixed line endings. 2015-08-05 08:18:00 +00:00
Instrumentation De-constify pointers to Type since they can't be modified. NFC 2015-08-01 22:20:21 +00:00
IPO -Wdeprecated cleanup: Make CallGraph movable by default by using unique_ptr members rather than raw pointers. 2015-08-05 20:55:50 +00:00
ObjCARC [PM/AA] Extract the ModRef enums from the AliasAnalysis class in 2015-07-22 23:15:57 +00:00
Scalar [LoopUnswitch] Preserve make.implicit metadata for unswitched conditions 2015-08-05 21:13:26 +00:00
Utils ValueMapper: Simplify remap() helper function, NFC 2015-08-05 23:22:34 +00:00
Vectorize wrap OptSize and MinSize attributes for easier and consistent access (NFCI) 2015-08-04 15:49:57 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile