Flatten the Value reference representation.
All values are now references into the value table, so drop the distinction between direct and table values. Direct values don't exist any more. Also remove the parser support for the 'vxNN' syntax. Only 'vNN' values can be parsed now.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
test legalizer
|
||||
isa riscv
|
||||
|
||||
; regex: V=vx?\d+
|
||||
; regex: V=v\d+
|
||||
|
||||
function simple(i64, i64) -> i64 {
|
||||
ebb0(v1: i64, v2: i64):
|
||||
|
||||
Reference in New Issue
Block a user