-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NativeAOT-LLVM] Initialize locals in codegen (#2091)
* Initialize locals in codegen * Rename localVar/storeLocalVar for consistency * Simplify LLVM type methods * Handle coverage regressions Add/Cmp codegen didn't handle small type mismatches well. Fix with "consumeValue". * Fix an RPI bug
- Loading branch information
1 parent
1a4bad2
commit 30ad0bc
Showing
3 changed files
with
204 additions
and
227 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
Oops, something went wrong.