[llvm] 9de26b5 - [X86] Rename dagcombine-cse.ll i386 test prefix X86 instead of X32.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 28 04:23:24 PDT 2020


Author: Simon Pilgrim
Date: 2020-06-28T12:11:56+01:00
New Revision: 9de26b56422c965e5721a1b0d63c49649531a779

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

LOG: [X86] Rename dagcombine-cse.ll i386 test prefix X86 instead of X32.

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/dagcombine-cse.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/dagcombine-cse.ll b/llvm/test/CodeGen/X86/dagcombine-cse.ll
index a532d87170d8..91a86baf6750 100644
--- a/llvm/test/CodeGen/X86/dagcombine-cse.ll
+++ b/llvm/test/CodeGen/X86/dagcombine-cse.ll
@@ -1,16 +1,16 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 | FileCheck %s --check-prefix=X32
+; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 | FileCheck %s --check-prefix=X86
 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+sse2 | FileCheck %s --check-prefix=X64
 
 define i32 @t(i8* %ref_frame_ptr, i32 %ref_frame_stride, i32 %idxX, i32 %idxY) nounwind  {
-; X32-LABEL: t:
-; X32:       ## %bb.0: ## %entry
-; X32-NEXT:    movl {{[0-9]+}}(%esp), %eax
-; X32-NEXT:    movl {{[0-9]+}}(%esp), %ecx
-; X32-NEXT:    imull {{[0-9]+}}(%esp), %ecx
-; X32-NEXT:    addl {{[0-9]+}}(%esp), %ecx
-; X32-NEXT:    movl (%eax,%ecx), %eax
-; X32-NEXT:    retl
+; X86-LABEL: t:
+; X86:       ## %bb.0: ## %entry
+; X86-NEXT:    movl {{[0-9]+}}(%esp), %eax
+; X86-NEXT:    movl {{[0-9]+}}(%esp), %ecx
+; X86-NEXT:    imull {{[0-9]+}}(%esp), %ecx
+; X86-NEXT:    addl {{[0-9]+}}(%esp), %ecx
+; X86-NEXT:    movl (%eax,%ecx), %eax
+; X86-NEXT:    retl
 ;
 ; X64-LABEL: t:
 ; X64:       ## %bb.0: ## %entry


        


More information about the llvm-commits mailing list