Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tests][LoopDistribute] Fixes failing unit test #80809

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

nilanjana87
Copy link
Contributor

Fixes failing unit test caused by #67725 because of the presence of a target-triple.

@llvmbot
Copy link
Collaborator

llvmbot commented Feb 6, 2024

@llvm/pr-subscribers-llvm-transforms

Author: Nilanjana Basu (nilanjana87)

Changes

Fixes failing unit test caused by #67725 because of the presence of a target-triple.


Full diff: https://github.com/llvm/llvm-project/pull/80809.diff

1 Files Affected:

  • (modified) llvm/test/Transforms/LoopDistribute/basic-with-memchecks.ll (-2)
diff --git a/llvm/test/Transforms/LoopDistribute/basic-with-memchecks.ll b/llvm/test/Transforms/LoopDistribute/basic-with-memchecks.ll
index 27ca1a7541db6..2b9f777e9f3b2 100644
--- a/llvm/test/Transforms/LoopDistribute/basic-with-memchecks.ll
+++ b/llvm/test/Transforms/LoopDistribute/basic-with-memchecks.ll
@@ -18,7 +18,6 @@
 ;   }
 
 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-apple-macosx10.10.0"
 
 @B = common global ptr null, align 8
 @A = common global ptr null, align 8
@@ -78,7 +77,6 @@ entry:
 ; CHECK: for.end:
 
 
-; VECTORIZE: mul <4 x i32>
 ; VECTORIZE: mul <4 x i32>
 ; VECTORIZE-NOT: mul <4 x i32>
 

@nilanjana87
Copy link
Contributor Author

In a bit of a rush to get this fix in - so going forward with the merge. Keeping this PR for future reference.

@nilanjana87 nilanjana87 merged commit 168002e into llvm:main Feb 6, 2024
5 of 6 checks passed
nilanjana87 added a commit to apple/llvm-project that referenced this pull request Mar 5, 2024
Removed target-triple in target-independent test case to fix failing test caused by llvm#67725.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants