[PATCH] D157030: InstCombine: Fold out scale-if-denormal pattern

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 09:19:45 PDT 2023


arsenm marked an inline comment as done.
arsenm added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/fold-select-fmul-if-zero.ll:398
   ret float %scaled.if.denormal
 }
 
----------------
goldstein.w.n wrote:
> Why does this fail?
The nsz needs to be set on the select. nsz on the fmul is insufficient


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157030/new/

https://reviews.llvm.org/D157030



More information about the llvm-commits mailing list