summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2019-03-29 13:49:08 +0000
committerSanjay Patel <spatel@rotateright.com>2019-03-29 13:49:08 +0000
commit665a3850357c14491b9150c8c3985f29802b3891 (patch)
treeb871dc1138a5bc95ef2d5d8523559f82360f442b /lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h
parent945db0bef814c64f1a8e9b1cc91138033906a0ff (diff)
downloadbcm5719-llvm-665a3850357c14491b9150c8c3985f29802b3891.tar.gz
bcm5719-llvm-665a3850357c14491b9150c8c3985f29802b3891.zip
[DAGCombiner] fold sext into decrement
This is a sibling to rL357178 that I noticed we'd hit if we chose an alternate transform in D59818. %z = zext i8 %x to i32 %dec = add i32 %z, -1 %r = sext i32 %dec to i64 => %z2 = zext i8 %x to i64 %r = add i64 %z2, -1 https://rise4fun.com/Alive/kPP The x86 vector diffs show a slight regression, so there's a chance that we should limit this and the previous transform to scalars. But given that we allowed vectors before, I'm matching that behavior here. We should change both transforms together if that's the right thing to do. llvm-svn: 357254
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud