aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FileCheck.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2019-05-08 20:59:21 +0000
committerCraig Topper <craig.topper@intel.com>2019-05-08 20:59:21 +0000
commit51a17df45d198731ca9dc691ef90b38c4d0810ac (patch)
tree29b4fc3dedac11a7ae6557323a408e845bd15aa7 /llvm/lib/Support/FileCheck.cpp
parent73b7272e7a87be08e4f5775dbd163685d57558a1 (diff)
downloadllvm-51a17df45d198731ca9dc691ef90b38c4d0810ac.zip
llvm-51a17df45d198731ca9dc691ef90b38c4d0810ac.tar.gz
llvm-51a17df45d198731ca9dc691ef90b38c4d0810ac.tar.bz2
[InstCombine] When turning sext into zext due to known bits, return the new ZExt instead of calling replaceinstuseswith
The worklist loop that we're returning back to should be able to do the repacement itself. This is how we normally do replacements. My main motivation was that I observed that we weren't preserving the name of the result when we do this transform. The replacement code in the worklist loop will call takeName as part of the replacement. Differential Revision: https://reviews.llvm.org/D61695 llvm-svn: 360284
Diffstat (limited to 'llvm/lib/Support/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions