-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modifications to build against LLVM 11
Change bleeding edge CI test to use LLVM 11. A variety of changes were necessary to the code in LLVM_Util: * `#if` guards for differing calls related to VectorType::get(), CreateShuffleVector. * constant-generating functions now return llvm::Constant* instead of llvm::Value*. * New wide_constant(width,value) functions for when you want a width other than the default vector_width. * Renamed llvmVectorGet -> llvm_vector_type to be more symmetric with other methds we have. * Simplified places that could have made calls to constant(), constant_bool(), wide_constant(), llvm_vector_type(), and call_function(), but instead did more complex llvm calls by hand. Signed-off-by: Larry Gritz <[email protected]>
- Loading branch information
Showing
6 changed files
with
213 additions
and
148 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
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
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
Oops, something went wrong.