1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/lib/Transforms
Duncan P. N. Exon Smith e9c24965a6 ValueMapper: Only check for cycles if operands change
This is a minor optimization to only check for unresolved operands
inside `mapDistinctNode()` if the operands have actually changed.  This
shouldn't really cause any change in behaviour.  I didn't actually see a
slowdown in a profile, I was just poking around nearby and saw the
opportunity.

llvm-svn: 243866
2015-08-03 03:45:32 +00:00
..
Hello Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
InstCombine fix formatting; NFC 2015-07-28 15:38:43 +00:00
Instrumentation De-constify pointers to Type since they can't be modified. NFC 2015-08-01 22:20:21 +00:00
IPO De-constify pointers to Type since they can't be modified. NFC 2015-08-01 22:20:21 +00:00
ObjCARC [PM/AA] Extract the ModRef enums from the AliasAnalysis class in 2015-07-22 23:15:57 +00:00
Scalar De-constify pointers to Type since they can't be modified. NFC 2015-08-01 22:20:21 +00:00
Utils ValueMapper: Only check for cycles if operands change 2015-08-03 03:45:32 +00:00
Vectorize [SLP vectorizer]: Choose the best consecutive candidate to pair with a store instruction. 2015-07-30 17:40:39 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile