[llvm] a9e8562 - [GIsel] Update a comment and make it more precise.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Tue May 12 15:38:29 PDT 2020


Author: Davide Italiano
Date: 2020-05-12T15:38:20-07:00
New Revision: a9e856265146cd32364e358e2224d8d581a4c226

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

LOG: [GIsel] Update a comment and make it more precise.

This only covers ANYEXT/ZEXT. SEXT is covered in another test
I just checked in.

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/GlobalISel/combine-ext-debugloc.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/GlobalISel/combine-ext-debugloc.mir b/llvm/test/CodeGen/AArch64/GlobalISel/combine-ext-debugloc.mir
index 7f02d1e87c01..d03c6f35928e 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/combine-ext-debugloc.mir
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/combine-ext-debugloc.mir
@@ -1,6 +1,6 @@
 # RUN: llc -O0 -verify-machineinstrs -mtriple aarch64-- -run-pass=legalizer %s -o - | FileCheck %s
 
-# Check that when we combine SEXT/ZEXT/ANYEXT we assign the correct location.
+# Check that when we combine ZEXT/ANYEXT we assign the correct location.
 # CHECK: !8 = !DILocation(line: 23, column: 5, scope: !4)
 # CHECK:  G_AND %16, %15, debug-location !8
 


        


More information about the llvm-commits mailing list