Make vconst BxN match specification

This commit is contained in:
teapotd
2020-05-27 17:14:54 +02:00
committed by Andrew Brown
parent 628a9f0eaa
commit fbac2e53f9
2 changed files with 4 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ block0:
return v0
}
; sameln: [1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0]
; sameln: [FF, FF, 0, 0, FF, FF, 0, 0, FF, FF, 0, 0, FF, FF, FF, FF]
; Since both jump tables and constants are emitted after the function body, it is important that they do not interfere.