Skip to content

Commit 9bb3421

Browse files
Added little comment to each test.
1 parent ba46c8c commit 9bb3421

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

llvm/test/CodeGen/PowerPC/subreg-coalescer.mir

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# RUN: llc -mtriple powerpc64le-unknown-linux-gnu -mcpu=pwr8 -x mir < %s \
33
# RUN: -verify-coalescing --run-pass=register-coalescer -o - | FileCheck %s
44

5+
# Check that the register coalescer correctly handles merging live ranges over
6+
# SUBREG_TO_REG on PowerPC. The -verify-coalescing option will give an error if
7+
# this is incorrect.
8+
59
---
610
name: check_subregs
711
alignment: 16

llvm/test/CodeGen/X86/subreg-fail.mir

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# RUN: -verify-coalescing -enable-subreg-liveness=true \
44
# RUN: --run-pass=register-coalescer -o - | FileCheck %s
55

6+
# Check that the register coalescer correctly handles merging live ranges over
7+
# SUBREG_TO_REG on X86. The -verify-coalescing option will give an error if
8+
# this is incorrect.
9+
610
---
711
name: test1
812
alignment: 16

0 commit comments

Comments
 (0)