[llvm] [DAGCombiner][GlobalISel] NFC: Extract isFusedOp, add FMA contraction test, fix isFPExtFoldable (PR #189093)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 05:17:45 PDT 2026
jayfoad wrote:
> Fix missing isFPExtFoldable check in GISel
A bug fix like this should really go in a separate PR with tests that clearly show the change from old (incorrect) to new codegen.
https://github.com/llvm/llvm-project/pull/189093
More information about the llvm-commits
mailing list