Skip to content

[InstCombine][VectorCombine][NFC] Move a test from InstCombine to #124948

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

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

mgudim
Copy link
Contributor

@mgudim mgudim commented Jan 29, 2025

VectorCombine

Since the transformation which is the subject of the 'fold-binop-of-reductions.ll` test will be in VectorCombine move the test there.

VectorCombine

Since the transformation which is the subject of the 'fold-binop-of-reductions.ll` test will be in
VectorCombine move the test there.
@llvmbot
Copy link
Member

llvmbot commented Jan 29, 2025

@llvm/pr-subscribers-llvm-transforms

Author: Mikhail Gudim (mgudim)

Changes

VectorCombine

Since the transformation which is the subject of the 'fold-binop-of-reductions.ll` test will be in VectorCombine move the test there.


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

1 Files Affected:

  • (renamed) llvm/test/Transforms/VectorCombine/fold-binop-of-reductions.ll ()
diff --git a/llvm/test/Transforms/InstCombine/fold-binop-of-reductions.ll b/llvm/test/Transforms/VectorCombine/fold-binop-of-reductions.ll
similarity index 100%
rename from llvm/test/Transforms/InstCombine/fold-binop-of-reductions.ll
rename to llvm/test/Transforms/VectorCombine/fold-binop-of-reductions.ll

@mgudim mgudim merged commit 1822462 into llvm:main Jan 29, 2025
7 of 10 checks passed
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.

3 participants