[llvm] 67298d6 - [X86][InstCombine] Move non-X86 specific instcombine test from test/CodeGen/X86/ to test/Transforms/InstCombine/
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 1 10:43:18 PST 2019
Author: Craig Topper
Date: 2019-12-01T10:31:04-08:00
New Revision: 67298d683ca18fa8855349b5b0c289f92c93b6b1
URL: https://github.com/llvm/llvm-project/commit/67298d683ca18fa8855349b5b0c289f92c93b6b1
DIFF: https://github.com/llvm/llvm-project/commit/67298d683ca18fa8855349b5b0c289f92c93b6b1.diff
LOG: [X86][InstCombine] Move non-X86 specific instcombine test from test/CodeGen/X86/ to test/Transforms/InstCombine/
Added:
llvm/test/Transforms/InstCombine/vec_udiv_to_shift.ll
Modified:
Removed:
llvm/test/CodeGen/X86/vec_udiv_to_shift.ll
################################################################################
diff --git a/llvm/test/CodeGen/X86/vec_udiv_to_shift.ll b/llvm/test/Transforms/InstCombine/vec_udiv_to_shift.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/vec_udiv_to_shift.ll
rename to llvm/test/Transforms/InstCombine/vec_udiv_to_shift.ll
More information about the llvm-commits
mailing list