summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/fold-implicit-operand.mir
blob: fbd921dac9aadeed25d94297a07d287da27aa1bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# RUN: llc -march=amdgcn -run-pass si-fold-operands -verify-machineinstrs -o - %s | FileCheck %s
---
# Make sure there is no crash when trying to fold an immediate into an
# implicit use

# CHECK: %0:vgpr_32 = V_MOV_B32_e32 0, implicit $exec
# CHECK-NEXT: S_ENDPGM 0, implicit %0
name: fold_imm_implicit_operand
body:             |
  bb.0:
    %0:vgpr_32 = V_MOV_B32_e32 0, implicit $exec
    S_ENDPGM 0, implicit %0

...
OpenPOWER on IntegriCloud