blob: d83eb1ae2a8da40578d78e2d6a7b1edb924782d5 [file] [log] [blame]
# RUN: llc -mtriple=amdgcn-mesa-mesa3d -run-pass=legalizer %s -o - | FileCheck %s
--- |
define void @test_fptoui() { ret void }
...
---
name: test_fptoui
registers:
- { id: 0, class: _ }
- { id: 1, class: _ }
- { id: 2, class: _ }
body: |
bb.0:
liveins: $vgpr0
; CHECK-LABEL: name: test_fptoui
; CHECK: %1:_(s32) = G_FPTOUI %0
%0(s32) = COPY $vgpr0
%1(s32) = G_FPTOUI %0
$vgpr0 = COPY %1
...