[llvm] SimplifyLibCalls: Don't require ldexp to emit intrinsic in pow combine (PR #95277)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 16:52:22 PDT 2024
dwblaikie wrote:
Yeah, fair points all - sorry for the noise.
(sometimes we do still treat changes that reveal latent bugs as something worth reverting to ensure we don't regress the overall behavior (ie: in total, LLVM did compile some code correctly before, and now it asserts/fatal_errors - so in total there's an LLVM regression) but I'm not sure what line/bar we have for that)
https://github.com/llvm/llvm-project/pull/95277
More information about the llvm-commits
mailing list