diff options
author | Keno Fischer <keno@alumni.harvard.edu> | 2018-07-26 21:55:06 +0000 |
---|---|---|
committer | Keno Fischer <keno@alumni.harvard.edu> | 2018-07-26 21:55:06 +0000 |
commit | 864fbd8e9ad3e865c6d51d159b094badc6a14b76 (patch) | |
tree | a8c383e034b31c984ae8b1b151b91113372c5fb5 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | 259ea987f56a2e68379adfbf290a52ef855d0207 (diff) | |
download | bcm5719-llvm-864fbd8e9ad3e865c6d51d159b094badc6a14b76.tar.gz bcm5719-llvm-864fbd8e9ad3e865c6d51d159b094badc6a14b76.zip |
[SCEV] Don't expand Wrap predicate using inttoptr in ni addrspaces
Summary:
In non-integral address spaces, we're not allowed to introduce inttoptr/ptrtoint
intrinsics. Instead, we need to expand any pointer arithmetic as geps on the
base pointer. Luckily this is a common task for SCEV, so all we have to do here
is hook up the corresponding helper function and add test case.
Fixes PR38290
Reviewers: sanjoy
Differential Revision: https://reviews.llvm.org/D49832
llvm-svn: 338073
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions