-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLVM] Treat scalars as single-lane vectors in CreateVecConcat (#9264)
LLVM differentiates between `<1 x ty>` and `ty`, while TVM does not. Make sure that a bunch of TVM scalars can be concatenated into a vector when generating LLVM IR.
- Loading branch information
Krzysztof Parzyszek
authored
Oct 13, 2021
1 parent
b5d863c
commit 3229cb3
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters