[llvm] [InstCombine] Propagate poison pow[i] (PR #146750)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 3 08:44:32 PDT 2025
================
@@ -33,7 +33,7 @@ define void @powi(double %V, ptr%P) {
define void @powi_i16(float %V, ptr%P) {
; CHECK-LABEL: @powi_i16(
; CHECK-NEXT: store volatile float 1.000000e+00, ptr [[P:%.*]], align 4
-; CHECK-NEXT: store volatile float [[V:%.*]], ptr [[P]], align 4
+; CHECK-NEXT: store volatile float [[D:%.*]], ptr [[P]], align 4
----------------
badumbatish wrote:
this comes from the auto updating test tool
https://github.com/llvm/llvm-project/pull/146750
More information about the llvm-commits
mailing list