[llvm] [VPlan] Introduce ComputeReductionResult VPInstruction opcode. (PR #70253)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 14:35:29 PST 2024
================
@@ -376,9 +378,10 @@ define float @print_fmuladd_strict(ptr %a, ptr %b, i64 %n) {
; CHECK-NEXT: Successor(s): middle.block
; CHECK-EMPTY:
; CHECK-NEXT: middle.block:
+; CHECK-NEXT: EMIT vp<[[RED_RES:%.+]]> = compute-reduction-result ir<%sum.07>
----------------
fhahn wrote:
Will update before landing, thanks!
https://github.com/llvm/llvm-project/pull/70253
More information about the llvm-commits
mailing list