[llvm] cb4f22c - [X86] Adjust triple on test case for #114360

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 29 02:02:34 PST 2024


Author: Simon Pilgrim
Date: 2024-11-29T10:02:10Z
New Revision: cb4f22c0a737b13c06f54566dac1e40cc4ec06c8

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

LOG: [X86] Adjust triple on test case for #114360

An attempt to fix a buildbot failure on clang-x64-windows-msvc

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/pr114360.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/pr114360.ll b/llvm/test/CodeGen/X86/pr114360.ll
index 302eed47e5fa4e..41cf06a77571d7 100644
--- a/llvm/test/CodeGen/X86/pr114360.ll
+++ b/llvm/test/CodeGen/X86/pr114360.ll
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
-; RUN: llc < %s -mtriple=x86_64- -debug-counter=dagcombine=0 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-- -debug-counter=dagcombine=0 | FileCheck %s
 
 ; BUG: shrinkAndImmediate folds away the AND after the ZEXT has already been folded away to SUBREG_TO_REG losing implicit zext.
 define i64 @test() {


        


More information about the llvm-commits mailing list