[clang] [llvm] [InstCombine] Canonicalize `(sitofp x)` -> `(uitofp x)` if `x >= 0` (PR #82404)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 19 16:51:26 PDT 2024
asmok-g wrote:
Heads up: we noticed at google that this is causing the following test to fail:
https://github.com/google/swiftshader/blob/master/tests/ReactorUnitTests/ReactorUnitTests.cpp#L1312
I need to put a more proper reproducer, but thought that at least posting the heads-up might be faster to unblock us and maybe the problem is clear. I see that adding a flag vs reverting is already brought up in the last comment, what's the plan for that ?
https://github.com/llvm/llvm-project/pull/82404
More information about the cfe-commits
mailing list