[llvm] [InstCombine] Propagate poison pow[i] (PR #146750)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 3 03:16:27 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
----------------
lukel97 wrote:
Unrelated change?
```suggestion
; CHECK-NEXT: store volatile float [[V:%.*]], ptr [[P]], align 4
```
https://github.com/llvm/llvm-project/pull/146750
More information about the llvm-commits
mailing list