[all-commits] [llvm/llvm-project] d1e685: [test] Add -verify-coalescing to testcase and fix ...
mikaelholmen via All-commits
all-commits at lists.llvm.org
Mon Aug 21 22:21:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1e685df45dc5944b43d2547d0138cd4a3ee4efe
https://github.com/llvm/llvm-project/commit/d1e685df45dc5944b43d2547d0138cd4a3ee4efe
Author: Mikael Holmen <mikael.holmen at ericsson.com>
Date: 2023-08-22 (Tue, 22 Aug 2023)
Changed paths:
M llvm/test/CodeGen/Mips/coalesce-partial-redundant-reguse-terminator.mir
Log Message:
-----------
[test] Add -verify-coalescing to testcase and fix problems
Apparently the testcase
coalesce-partial-redundant-reguse-terminator.mir
was broken in a way that -verify-coalescing detected.
Update the testcase so -verify-coalescing doesn't complain and so
that it still exposes the problem originally fixed in 6c062b7641623.
Differential Revision: https://reviews.llvm.org/D158397
More information about the All-commits
mailing list