reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
# 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)
...