Files
clang-p2996/llvm/lib/Analysis/InstructionSimplify.cpp
Iris Shi f9783c559f [InstCombine] Fix frexp(frexp(x)) -> frexp(x) fold (#138837)
Fixes #138819

When frexp is applied twice, the second result should be zero.
2025-05-08 00:37:46 +08:00

273 KiB