Decouple guard vs. INT check vs. TYPECHECK semantics for SLOAD.
This commit is contained in:
@@ -209,7 +209,8 @@ local colorize, irtype
|
||||
|
||||
-- Lookup table to convert some literals into names.
|
||||
local litname = {
|
||||
["SLOAD "] = { [0] = "", "I", "R", "RI", "P", "PI", "PR", "PRI", },
|
||||
["SLOAD "] = { [0] = "", "I", "R", "RI", "P", "PI", "PR", "PRI",
|
||||
"T", "IT", "RT", "RIT", "PT", "PIT", "PRT", "PRIT", },
|
||||
["XLOAD "] = { [0] = "", "R", "U", "RU", },
|
||||
["TOINT "] = { [0] = "check", "index", "", },
|
||||
["FLOAD "] = vmdef.irfield,
|
||||
|
||||
Reference in New Issue
Block a user