aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorSam Parker <sam.parker@arm.com>2019-01-23 09:18:44 +0000
committerSam Parker <sam.parker@arm.com>2019-01-23 09:18:44 +0000
commit31bef63bb489969d3baef0456cc97f4067d2841d (patch)
treef024296e7e5cd7082dd58339345de5949bb139e4 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent8f52c0376b3ec08e345dff293165540098696fff (diff)
downloadllvm-31bef63bb489969d3baef0456cc97f4067d2841d.zip
llvm-31bef63bb489969d3baef0456cc97f4067d2841d.tar.gz
llvm-31bef63bb489969d3baef0456cc97f4067d2841d.tar.bz2
[ARM][CGP] Check trunc type before replacing
In the last stage of type promotion, we replace any zext that uses a new trunc with the operand of the trunc. This is okay when we only allowed one type to be optimised, but now its the case that the trunc maybe needed to produce a more narrow type than the one we were optimising for. So we need to check this before doing the replacement. Differential Revision: https://reviews.llvm.org/D57041 llvm-svn: 351935
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions