File: collapse-endcf-broken.mir

package info (click to toggle)
llvm-toolchain-14 1%3A14.0.6-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,496,180 kB
  • sloc: cpp: 5,593,972; ansic: 986,872; asm: 585,869; python: 184,223; objc: 72,530; lisp: 31,119; f90: 27,793; javascript: 9,780; pascal: 9,762; sh: 9,482; perl: 7,468; ml: 5,432; awk: 3,523; makefile: 2,538; xml: 953; cs: 573; fortran: 567
file content (49 lines) | stat: -rw-r--r-- 1,647 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -march=amdgcn -verify-machineinstrs -run-pass=si-optimize-exec-masking-pre-ra %s -o - | FileCheck -check-prefix=GXN %s

# FIXME: This is a miscompile, and the s_or_b64s need to be preserved.

---
name: invalid_end_cf_fold_0
tracksRegLiveness: true
liveins:
  - { reg: '$vgpr0', virtual-reg: '%0' }
  - { reg: '$sgpr0_sgpr1', virtual-reg: '%1' }
machineFunctionInfo:
  isEntryFunction: true
body:             |
  ; GXN-LABEL: name: invalid_end_cf_fold_0
  ; GXN: bb.0:
  ; GXN:   successors: %bb.1(0x80000000)
  ; GXN:   liveins: $vgpr0, $sgpr0_sgpr1
  ; GXN:   [[COPY:%[0-9]+]]:sgpr_64 = COPY $sgpr0_sgpr1
  ; GXN:   $exec = S_OR_B64 $exec, [[COPY]], implicit-def $scc
  ; GXN:   [[COPY1:%[0-9]+]]:sgpr_64 = COPY $exec
  ; GXN: bb.1:
  ; GXN:   successors: %bb.2(0x80000000)
  ; GXN: bb.2:
  ; GXN:   $exec = S_OR_B64 $exec, [[COPY1]], implicit-def $scc
  ; GXN:   [[DEF:%[0-9]+]]:vgpr_32 = IMPLICIT_DEF
  ; GXN:   [[DEF1:%[0-9]+]]:vgpr_32 = IMPLICIT_DEF
  ; GXN:   DS_WRITE_B32 [[DEF]], [[DEF1]], 0, 0, implicit $m0, implicit $exec :: (store (s32), addrspace 3)
  ; GXN:   S_ENDPGM 0
  bb.0:
    liveins: $vgpr0, $sgpr0_sgpr1

    %0:sgpr_64 = COPY $sgpr0_sgpr1
    %1:sgpr_64 = COPY $exec
    $exec = S_OR_B64 $exec, %0, implicit-def $scc
    %2:sgpr_64 = COPY $exec

  bb.1:
    $exec = S_OR_B64 $exec, %1, implicit-def $scc

  bb.2:
    $exec = S_OR_B64 $exec, %2, implicit-def $scc

    %5:vgpr_32 = IMPLICIT_DEF
    %6:vgpr_32 = IMPLICIT_DEF
    DS_WRITE_B32 %5, %6, 0, 0, implicit $m0, implicit $exec :: (store (s32), addrspace 3)
    S_ENDPGM 0

...