[llvm] [Coalescer] Consider NewMI's subreg index when updating lanemask. (PR #121780)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 7 04:36:20 PST 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff a5e129ccdedf5c269a8e0fcad5e21381a7f0342c 912ab029cc730580b50d79db89a32bd26d2ecb2a --extensions cpp -- llvm/lib/CodeGen/RegisterCoalescer.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/CodeGen/RegisterCoalescer.cpp b/llvm/lib/CodeGen/RegisterCoalescer.cpp
index 110f13ac65..e2a1b8852f 100644
--- a/llvm/lib/CodeGen/RegisterCoalescer.cpp
+++ b/llvm/lib/CodeGen/RegisterCoalescer.cpp
@@ -1527,8 +1527,9 @@ bool RegisterCoalescer::reMaterializeTrivialDef(const CoalescerPair &CP,
// In a situation like the following:
//
// undef %2.subreg:reg = INST %1:reg ; DefMI (rematerializable),
- // ; Defines only some of lanes,
- // ; so DefSubIdx = NewIdx = subreg
+ // ; Defines only some of
+ // lanes, ; so DefSubIdx =
+ // NewIdx = subreg
// %3:reg = COPY %2 ; Copy full reg
// .... = SOMEINSTR %3:reg ; Use full reg
//
``````````
</details>
https://github.com/llvm/llvm-project/pull/121780
More information about the llvm-commits
mailing list