Skip to content

Commit

Permalink
Added little comment to each test.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanp-ibm committed Jul 24, 2024
1 parent 88da974 commit db3f082
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llvm/test/CodeGen/PowerPC/subreg-coalescer.mir
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# RUN: llc -mtriple powerpc64le-unknown-linux-gnu -mcpu=pwr8 -x mir < %s \
# RUN: -verify-coalescing --run-pass=register-coalescer -o - | FileCheck %s

# Check that the register coalescer correctly handles merging live ranges over
# SUBREG_TO_REG on PowerPC. The -verify-coalescing option will give an error if
# this is incorrect.

---
name: check_subregs
alignment: 16
Expand Down
4 changes: 4 additions & 0 deletions llvm/test/CodeGen/X86/subreg-fail.mir
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# RUN: -verify-coalescing -enable-subreg-liveness=true \
# RUN: --run-pass=register-coalescer -o - | FileCheck %s

# Check that the register coalescer correctly handles merging live ranges over
# SUBREG_TO_REG on X86. The -verify-coalescing option will give an error if
# this is incorrect.

---
name: test1
alignment: 16
Expand Down

0 comments on commit db3f082

Please sign in to comment.