macro(if normalize): add return-if golden; llvm: extend PHI hygiene smoke to if-return and type_is cases

This commit is contained in:
Selfhosting Dev
2025-09-20 01:55:45 +09:00
parent 9b9080d0a3
commit a5a57e3d8b
4 changed files with 48 additions and 1 deletions

View File

@ -0,0 +1,4 @@
function main() {
return if (1 < 2) { 10 } else { 20 }
}