diff options
author | Florian Hahn <flo@fhahn.com> | 2022-09-06 18:20:16 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2022-09-06 18:21:51 +0100 |
commit | 27e7db54eb2fdb1e29c83b4b0acf90d558eba141 (patch) | |
tree | a04e1ea5a7dd45cf330097a4193aff338631bb31 /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | 3cf4ab54476e549a787b1240a4fd2e9576822f17 (diff) | |
download | llvm-27e7db54eb2fdb1e29c83b4b0acf90d558eba141.zip llvm-27e7db54eb2fdb1e29c83b4b0acf90d558eba141.tar.gz llvm-27e7db54eb2fdb1e29c83b4b0acf90d558eba141.tar.bz2 |
Revert "[SCCP] convert signed div/rem to unsigned for non-negative operands"
This reverts commit fe1f3cfc2669aca387a45c8ce615b45c1db50fc6.
It looks like this commit breaks building llvm-test-suite.
To reproduce, run `opt -passes=ipsccp` on the IR below.
@g = internal global i32 256, align 4
define void @test() {
entry:
%0 = load i32, ptr @g, align 4
%div = sdiv i32 %0, undef
ret void
}
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions