summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorMax Kazantsev <max.kazantsev@azul.com>2019-01-23 07:20:56 +0000
committerMax Kazantsev <max.kazantsev@azul.com>2019-01-23 07:20:56 +0000
commitd9aee3c0d12960527ba7a8e39ee3d4136e9760ba (patch)
tree3e8ad2ff884ea529818f307899ec7b1c32396583 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent79639e9737427c9177151e3fc1e24ef0bfe7d43f (diff)
downloadbcm5719-llvm-d9aee3c0d12960527ba7a8e39ee3d4136e9760ba.tar.gz
bcm5719-llvm-d9aee3c0d12960527ba7a8e39ee3d4136e9760ba.zip
[IRCE] Support narrow latch condition for wide range checks
This patch relaxes restrictions on types of latch condition and range check. In current implementation, they should match. This patch allows to handle wide range checks against narrow condition. The motivating example is the following: int N = ... for (long i = 0; (int) i < N; i++) { if (i >= length) deopt; } In this patch, the option that enables this support is turned off by default. We'll wait until it is switched to true. Differential Revision: https://reviews.llvm.org/D56837 Reviewed By: reames llvm-svn: 351926
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud