-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mojo-lang] Teach comptime interpreter about LLVM intrinsics.
This teaches the mojo comptime interpreter about LLVM intrinsics, at least for simple cases involving integer operands and results (it would be straightforward to extend this to other types now). This fixes #933 and Fixes MOCO-138 and Fixes MOCO-504 MODULAR_ORIG_COMMIT_REV_ID: 900128df66da907a0bf61a3b2affb730ef253e17
- Loading branch information
1 parent
5abb7ba
commit 148d3d4
Showing
2 changed files
with
13 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