[llvm] [NFC][VPlan] Print element type for vector[-end]-pointer recipes (PR #212332)
Andrei Elovikov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 08:29:32 PDT 2026
================
@@ -191,7 +191,7 @@ define i32 @switch_to_cmp(ptr %s, ptr %dst, i64 %n) {
; CHECK: Cost of 1 for VF 2: WIDEN ir<%c.1> = add ir<%c>, ir<1>
; CHECK: Cost of 12 for VF 2: BLEND ir<%c.next> = ir<%c> ir<%c.4>/vp<[[VP22]]> ir<%c.1>/vp<[[VP36]]>
; CHECK: Cost of 0 for VF 2: CLONE ir<%dst.gep> = getelementptr ir<%dst>, vp<[[VP5]]>
-; CHECK: Cost of 0 for VF 2: vp<[[VP37:%[0-9]+]]> = vector-pointer ir<%dst.gep>
+; CHECK: Cost of 0 for VF 2: vp<[[VP37:%[0-9]+]]> = vector-pointer i8, ir<%dst.gep>, ir<1>
----------------
eas wrote:
It seems to have but we're not using it: https://llvm.org/docs/CommandGuide/FileCheck.html#cmdoption-FileCheck-match-full-lines
Should be done separately though (if we decide to do that).
https://github.com/llvm/llvm-project/pull/212332
More information about the llvm-commits
mailing list