-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLVM] Support for newer versions of LLVM APIs
This commit fixes deprications warnings and errors that occur due to switch of LLVM to opaque pointers: recent versions of LLVM instruction builder APIs require explicit type parameters when doing `gep`s, `load`s, `gather`s. Moreover, with recent change to LLVM `https://reviews.llvm.org/D106678` MASSV SIMD functions have no `_P8` suffix by default. Tests were adjusted to take that into account. Note: tested with the LLVM version from `brew` (13).
- Loading branch information
1 parent
f721890
commit ff5430c
Showing
2 changed files
with
32 additions
and
16 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