[llvm] [VPlan] Add VPIRInstruction, use for exit block live-outs. (PR #100735)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 25 06:57:54 PDT 2024


================
@@ -572,6 +572,8 @@ define void @print_expand_scev(i64 %y, ptr %ptr) {
 ; CHECK-NEXT: vp<[[TC:%.+]]> = original trip-count
 ; CHECK-EMPTY:
 ; CHECK-NEXT: ir-bb<entry>:
+; CHECK-NEXT:   IR %div = udiv i64 %y, 492802768830814060
+; CHECK-NEXT:   IR %inc = add i64 %div, 1
----------------
fhahn wrote:

When creating the VPIRBasicBlock it would be difficult to check beforehand if that would be the case I think

https://github.com/llvm/llvm-project/pull/100735


More information about the llvm-commits mailing list