- Notifications
You must be signed in to change notification settings - Fork 15.3k
Open
Labels
floating-pointFloating-point mathFloating-point mathgood first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributellvm:instcombineCovers the InstCombine, InstSimplify and AggressiveInstCombine passesCovers the InstCombine, InstSimplify and AggressiveInstCombine passesmissed-optimization
Description
https://alive2.llvm.org/ce/z/bKDTJd
https://godbolt.org/z/v1qYrb5Ka
define float @src(float %0) { entry: %1 = fmul float %0, 0.000000e+00 %2 = fmul float %1, 3.000000e+00 ret float %2 } define float @tgt(float %0) { entry: %1 = fmul float %0, 0.000000e+00 ret float %1 }dtcxzyw
Metadata
Metadata
Assignees
Labels
floating-pointFloating-point mathFloating-point mathgood first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributellvm:instcombineCovers the InstCombine, InstSimplify and AggressiveInstCombine passesCovers the InstCombine, InstSimplify and AggressiveInstCombine passesmissed-optimization