summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
diff options
context:
space:
mode:
authorSam Parker <sam.parker@arm.com>2018-08-16 10:05:39 +0000
committerSam Parker <sam.parker@arm.com>2018-08-16 10:05:39 +0000
commit13567dbbd8b1ebc4e5a570acaae4d22915080115 (patch)
tree050f977f794212d9783ccbe4ab981b4d8cf9bc58 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
parentfe50950dac3acc25ef86ba11f1fa4b6e922ebbd4 (diff)
downloadbcm5719-llvm-13567dbbd8b1ebc4e5a570acaae4d22915080115.tar.gz
bcm5719-llvm-13567dbbd8b1ebc4e5a570acaae4d22915080115.zip
[ARM] Allow signed icmps in ARMCodeGenPrepare
Originally committed in r339755 which was reverted in r339806 due to an asan issue. The issue was caused by my assumption that operands to a CallInst mapped to the FunctionType Params. CallInsts are now handled by iterating over their ArgOperands instead of Operands. Original Message: Treat signed icmps as 'sinks', allowing them to be in the use-def tree, enabling more promotions to be performed. As a sink, any promoted incoming values need to be truncated before being used by the signed icmp. Differential Revision: https://reviews.llvm.org/D50067 llvm-svn: 339858
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud