Skip to content

Commit

Permalink
Cleanup of the two test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanp-ibm committed Jul 24, 2024
1 parent db3f082 commit d23a9b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/PowerPC/subreg-coalescer.mir
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
# RUN: llc -mtriple powerpc64le-unknown-linux-gnu -mcpu=pwr8 -x mir < %s \
# RUN: llc -mtriple powerpc64le-unknown-linux-gnu -mcpu=pwr8 %s \
# RUN: -verify-coalescing --run-pass=register-coalescer -o - | FileCheck %s

# Check that the register coalescer correctly handles merging live ranges over
Expand Down
4 changes: 2 additions & 2 deletions llvm/test/CodeGen/X86/subreg-fail.mir
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
# RUN: llc -mtriple x86_64-unknown-unknown -x mir < %s \
# RUN: -verify-coalescing -enable-subreg-liveness=true \
# RUN: llc -mtriple x86_64-unknown-unknown %s \
# RUN: -verify-coalescing -enable-subreg-liveness \
# RUN: --run-pass=register-coalescer -o - | FileCheck %s

# Check that the register coalescer correctly handles merging live ranges over
Expand Down

0 comments on commit d23a9b4

Please sign in to comment.