BB-like manual legalization for x86 ISA

This commit is contained in:
Nicolas B. Pierron
2019-07-12 14:20:26 +02:00
committed by GitHub
parent f856b124fd
commit 8edc40cb49
2 changed files with 74 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ function %f32_min(f32, f32) -> f32 {
ebb0(v0: f32, v1: f32):
v2 = fmin v0, v1
return v2
; check: $(vnat=$V) = x86_fmin v0, v1
; check: $(vnat=$V) = x86_fmin.f32 v0, v1
; nextln: jump $(done=$EBB)($vnat)
; check: $(uno=$EBB):