[llvm] [InstCombine] Do not require nsz for reassociating fmul (PR #93698)

Joshua Cranmer via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 11:24:04 PDT 2024


================
@@ -38,8 +38,7 @@ define <4 x float> @test_fmul_reassoc_nsz(<4 x float> %V) {
 ; TODO: This doesn't require 'nsz'.  It should fold to V * { 1.0, 4.0e+05, -9.0, 16.0 }
----------------
jcranmer-intel wrote:

Might as well clear this TODO note while you're here.

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


More information about the llvm-commits mailing list