[llvm] [InstCombine] Fold fcmp ogt (x - y), 0 into fcmp ogt x, y #85245 (PR #85506)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 06:10:12 PDT 2024


arsenm wrote:

Transforms/PhaseOrdering/X86/vector-reductions.ll fails precheck. It does have some fcmp + fsub patterns, so likely a real failure 

https://github.com/llvm/llvm-project/pull/85506


More information about the llvm-commits mailing list