22 lines
543 B
YAML
22 lines
543 B
YAML
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
|
|
# RUN: llc -mtriple=amdgcn -run-pass none -o - %s | FileCheck %s
|
|
|
|
--- |
|
|
|
|
define amdgpu_kernel void @use_intrin() {
|
|
ret void
|
|
}
|
|
|
|
...
|
|
---
|
|
# Completely invalid code, but it checks that intrinsics round-trip properly.
|
|
name: use_intrin
|
|
registers:
|
|
- { id: 0, class: _ }
|
|
body: |
|
|
bb.0:
|
|
; CHECK-LABEL: name: use_intrin
|
|
; CHECK: %0:_(s64) = G_INTRINSIC intrinsic(@llvm.amdgcn.sbfe)
|
|
%0(s64) = G_INTRINSIC intrinsic(@llvm.amdgcn.sbfe.i32)
|
|
...
|