[llvm] [GlobalIsel] Modernize truncate of ext. (PR #100338)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 06:52:27 PDT 2024
Thorsten =?utf-8?q?Schütt?= <schuett at gmail.com>,
Thorsten =?utf-8?q?Schütt?= <schuett at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/100338 at github.com>
================
@@ -149,7 +149,7 @@ bool CombinerHelper::matchTruncateOfExt(const MachineInstr &Root,
}
if (SrcTy.getScalarSizeInBits() > DstTy.getScalarSizeInBits()) {
- // The source is larger than the destination. We need to truncate.
+ // If the source is larger than the destination, we need to truncate.
----------------
arsenm wrote:
Extra space added between words
https://github.com/llvm/llvm-project/pull/100338
More information about the llvm-commits
mailing list