[PATCH] D87870: [GISel] Add new combines for G_FMUL
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 11:59:51 PST 2021
foad added a comment.
Well (fmul x, 0.0) -> 0.0 is still wrong if x is Inf or NaN.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87870/new/
https://reviews.llvm.org/D87870
More information about the llvm-commits
mailing list