[llvm] [InstCombine][VectorCombine][NFC] Move a test from InstCombine to (PR #124948)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 08:54:54 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-transforms
Author: Mikhail Gudim (mgudim)
<details>
<summary>Changes</summary>
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
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/124948
More information about the llvm-commits
mailing list