[llvm] [VPlan] Introduce ComputeReductionResult VPInstruction opcode. (PR #70253)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 3 09:24:02 PST 2024
================
@@ -215,9 +215,10 @@ define i32 @sink_replicate_region_3_reduction(i32 %x, i8 %y, ptr %ptr) optsize {
; CHECK-NEXT: Successor(s): middle.block
; CHECK-EMPTY:
; CHECK-NEXT: middle.block:
+; CHECK-NEXT: EMIT vp<[[RED_RES:%.+]]> = compute-reduction-result ir<%and.red>
----------------
ayalz wrote:
Is only the PhiR operand printed `%and.red`, what about the exiting value `%and.red.next`, which is the true operand?
https://github.com/llvm/llvm-project/pull/70253
More information about the llvm-commits
mailing list