aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2019-08-21 18:51:08 +0000
committerAmaury Sechet <deadalnix@gmail.com>2019-08-21 18:51:08 +0000
commitc0f190a0484b56e6d546e13b101b3662b253d6ea (patch)
treed940e72f17972ae77c4cd7311c4a943fad606cd1 /clang/lib/Basic/SourceManager.cpp
parent84b762af3b54aeeb0bc064d733388144f0344d7e (diff)
downloadllvm-c0f190a0484b56e6d546e13b101b3662b253d6ea.zip
llvm-c0f190a0484b56e6d546e13b101b3662b253d6ea.tar.gz
llvm-c0f190a0484b56e6d546e13b101b3662b253d6ea.tar.bz2
[DAGCombiner] Remove mostly redundant calls to AddToWorklist
Summary: These calls change the order in which some nodes are processed and so have an effect on codegen. The change in fixup-bw-copy.ll is due to (and (load anyext)) gets transformed into (load zext) while previously the and was removed by SimplifyDemandedBits, so the (load anyext) remained. Reviewers: craig.topper, efriedma, RKSimon, lebedev.ri Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66543 llvm-svn: 369561
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions