[llvm] 1822462 - [InstCombine][VectorCombine][NFC] Move a test from InstCombine to (#124948)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 10:54:42 PST 2025


Author: Mikhail Gudim
Date: 2025-01-29T13:54:38-05:00
New Revision: 1822462e2a0c9cc944f3ce114d8b1a71d0764350

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

LOG: [InstCombine][VectorCombine][NFC] Move a test from InstCombine to (#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.

Added: 
    llvm/test/Transforms/VectorCombine/fold-binop-of-reductions.ll

Modified: 
    

Removed: 
    llvm/test/Transforms/InstCombine/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


        


More information about the llvm-commits mailing list