[llvm] [InstCombine][VectorCombine][NFC] Move a test from InstCombine to (PR #124948)
Mikhail Gudim via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 08:54:19 PST 2025
https://github.com/mgudim created https://github.com/llvm/llvm-project/pull/124948
VectorCombine
Since the transformation which is the subject of the 'fold-binop-of-reductions.ll` test will be in VectorCombine move the test there.
>From c0807e33da37def9101d376b27b68a28b8864add Mon Sep 17 00:00:00 2001
From: Mikhail Gudim <mgudim at ventanamicro.com>
Date: Wed, 29 Jan 2025 08:25:12 -0800
Subject: [PATCH] [InstCombine][VectorCombine][NFC] Move a test from
InstCombine to VectorCombine
Since the transformation which is the subject of the 'fold-binop-of-reductions.ll` test will be in
VectorCombine move the test there.
---
.../{InstCombine => VectorCombine}/fold-binop-of-reductions.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename llvm/test/Transforms/{InstCombine => VectorCombine}/fold-binop-of-reductions.ll (100%)
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
More information about the llvm-commits
mailing list