[llvm] 2e2999c - [NFC] Test commit to verify commit access.

Daniel Thornburgh via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 18 18:04:23 PST 2022


Author: Daniel Thornburgh
Date: 2022-01-18T18:03:26-08:00
New Revision: 2e2999cd44f6ec9a5e396fa0113497ea82582f69

URL: https://github.com/llvm/llvm-project/commit/2e2999cd44f6ec9a5e396fa0113497ea82582f69
DIFF: https://github.com/llvm/llvm-project/commit/2e2999cd44f6ec9a5e396fa0113497ea82582f69.diff

LOG: [NFC] Test commit to verify commit access.

Added: 
    

Modified: 
    llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp b/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
index c68b83b6ac6ed..37bc8a65dc7c3 100644
--- a/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
+++ b/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
@@ -1677,7 +1677,7 @@ LegalizerHelper::widenScalarUnmergeValues(MachineInstr &MI, unsigned TypeIdx,
 
     // Widen SrcTy to WideTy. This does not affect the result, but since the
     // user requested this size, it is probably better handled than SrcTy and
-    // should reduce the total number of legalization artifacts
+    // should reduce the total number of legalization artifacts.
     if (WideTy.getSizeInBits() > SrcTy.getSizeInBits()) {
       SrcTy = WideTy;
       SrcReg = MIRBuilder.buildAnyExt(WideTy, SrcReg).getReg(0);


        


More information about the llvm-commits mailing list