Skip to content

[Tests][LLVM] Gate stepvector intrinsic rename on LLVM 20#19745

Merged
tqchen merged 1 commit into
apache:mainfrom
tlopex:fix-tirx-stepvector-llvm-version
Jun 12, 2026
Merged

[Tests][LLVM] Gate stepvector intrinsic rename on LLVM 20#19745
tqchen merged 1 commit into
apache:mainfrom
tlopex:fix-tirx-stepvector-llvm-version

Conversation

@tlopex

@tlopex tlopex commented Jun 12, 2026

Copy link
Copy Markdown
Member

llvm.experimental.stepvector was renamed to llvm.stepvector in LLVM 20, not LLVM 18. On LLVM 18 and 19 the test picked the new name, which those versions do not know, failing call_llvm_intrin with "Unknown llvm intrinsic function llvm.stepvector". Use the new name only for LLVM >= 20.

llvm.experimental.stepvector was renamed to llvm.stepvector in LLVM 20,
not LLVM 18. On LLVM 18 and 19 the test picked the new name, which those
versions do not know, failing call_llvm_intrin with "Unknown llvm
intrinsic function llvm.stepvector". Use the new name only for
LLVM >= 20.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the LLVM stepvector intrinsic name resolution in the scalable data type tests. Specifically, it changes the LLVM version threshold from 18 to 20 to align with LLVM 20's renaming of llvm.experimental.stepvector to llvm.stepvector. There are no review comments, and I have no additional feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@tqchen tqchen merged commit 2c46ff9 into apache:main Jun 12, 2026
10 checks passed
MasterJH5574 pushed a commit to MasterJH5574/tvm that referenced this pull request Jun 15, 2026
llvm.experimental.stepvector was renamed to llvm.stepvector in LLVM 20,
not LLVM 18. On LLVM 18 and 19 the test picked the new name, which those
versions do not know, failing call_llvm_intrin with "Unknown llvm
intrinsic function llvm.stepvector". Use the new name only for LLVM >=
20.

(cherry picked from commit 2c46ff9)
MasterJH5574 pushed a commit to MasterJH5574/tvm that referenced this pull request Jun 15, 2026
llvm.experimental.stepvector was renamed to llvm.stepvector in LLVM 20,
not LLVM 18. On LLVM 18 and 19 the test picked the new name, which those
versions do not know, failing call_llvm_intrin with "Unknown llvm
intrinsic function llvm.stepvector". Use the new name only for LLVM >=
20.

(cherry picked from commit 2c46ff9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants