forked from ziglang/zig
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Widening and shortening of vectors (in LLVM, sext, zext, fext, and tr…
…unc), with safety checks. Finishing this depends on ziglang#1757. I'd rather not re-work ir_gen_node_raw for explicit casts (signed to unsigned, and safe narrowing casts) when that is upcoming.
- Loading branch information
Showing
5 changed files
with
330 additions
and
57 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
Oops, something went wrong.