[llvm] 1943b7f - [VE][NFC] move scalar tests to Scalar/

Simon Moll via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 30 08:44:49 PDT 2020


Author: Simon Moll
Date: 2020-10-30T16:44:32+01:00
New Revision: 1943b7f15dc28c07f6cabda492bc15fb870fde06

URL: https://github.com/llvm/llvm-project/commit/1943b7f15dc28c07f6cabda492bc15fb870fde06
DIFF: https://github.com/llvm/llvm-project/commit/1943b7f15dc28c07f6cabda492bc15fb870fde06.diff

LOG: [VE][NFC] move scalar tests to Scalar/

Restructure lit tests to follow downstream

Reviewed By: kaz7

Differential Revision: https://reviews.llvm.org/D90468

Added: 
    llvm/test/CodeGen/VE/Scalar/addition.ll
    llvm/test/CodeGen/VE/Scalar/alloca.ll
    llvm/test/CodeGen/VE/Scalar/alloca_aligned.ll
    llvm/test/CodeGen/VE/Scalar/and.ll
    llvm/test/CodeGen/VE/Scalar/atomic_fence.ll
    llvm/test/CodeGen/VE/Scalar/atomic_load.ll
    llvm/test/CodeGen/VE/Scalar/atomic_store.ll
    llvm/test/CodeGen/VE/Scalar/bitcast.ll
    llvm/test/CodeGen/VE/Scalar/bitreverse.ll
    llvm/test/CodeGen/VE/Scalar/blockaddress.ll
    llvm/test/CodeGen/VE/Scalar/br_cc.ll
    llvm/test/CodeGen/VE/Scalar/br_jt.ll
    llvm/test/CodeGen/VE/Scalar/brcond.ll
    llvm/test/CodeGen/VE/Scalar/brind.ll
    llvm/test/CodeGen/VE/Scalar/bswap.ll
    llvm/test/CodeGen/VE/Scalar/call.ll
    llvm/test/CodeGen/VE/Scalar/callee.ll
    llvm/test/CodeGen/VE/Scalar/callstruct.ll
    llvm/test/CodeGen/VE/Scalar/cast.ll
    llvm/test/CodeGen/VE/Scalar/constants.ll
    llvm/test/CodeGen/VE/Scalar/ctlz.ll
    llvm/test/CodeGen/VE/Scalar/ctpop.ll
    llvm/test/CodeGen/VE/Scalar/cttz.ll
    llvm/test/CodeGen/VE/Scalar/div.ll
    llvm/test/CodeGen/VE/Scalar/fabs.ll
    llvm/test/CodeGen/VE/Scalar/fcopysign.ll
    llvm/test/CodeGen/VE/Scalar/fcos.ll
    llvm/test/CodeGen/VE/Scalar/fp_add.ll
    llvm/test/CodeGen/VE/Scalar/fp_div.ll
    llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll
    llvm/test/CodeGen/VE/Scalar/fp_fneg.ll
    llvm/test/CodeGen/VE/Scalar/fp_frem.ll
    llvm/test/CodeGen/VE/Scalar/fp_mul.ll
    llvm/test/CodeGen/VE/Scalar/fp_sub.ll
    llvm/test/CodeGen/VE/Scalar/fp_to_int.ll
    llvm/test/CodeGen/VE/Scalar/fsin.ll
    llvm/test/CodeGen/VE/Scalar/fsqrt.ll
    llvm/test/CodeGen/VE/Scalar/int_to_fp.ll
    llvm/test/CodeGen/VE/Scalar/left_shift.ll
    llvm/test/CodeGen/VE/Scalar/load-align1.ll
    llvm/test/CodeGen/VE/Scalar/load-align2.ll
    llvm/test/CodeGen/VE/Scalar/load-align4.ll
    llvm/test/CodeGen/VE/Scalar/load-align8.ll
    llvm/test/CodeGen/VE/Scalar/load.ll
    llvm/test/CodeGen/VE/Scalar/load_gv.ll
    llvm/test/CodeGen/VE/Scalar/load_off.ll
    llvm/test/CodeGen/VE/Scalar/loadrri.ll
    llvm/test/CodeGen/VE/Scalar/max.ll
    llvm/test/CodeGen/VE/Scalar/min.ll
    llvm/test/CodeGen/VE/Scalar/multiply.ll
    llvm/test/CodeGen/VE/Scalar/nnd.ll
    llvm/test/CodeGen/VE/Scalar/or.ll
    llvm/test/CodeGen/VE/Scalar/pic_access_data.ll
    llvm/test/CodeGen/VE/Scalar/pic_access_static_data.ll
    llvm/test/CodeGen/VE/Scalar/pic_func_call.ll
    llvm/test/CodeGen/VE/Scalar/pic_indirect_func_call.ll
    llvm/test/CodeGen/VE/Scalar/rem.ll
    llvm/test/CodeGen/VE/Scalar/right_shift.ll
    llvm/test/CodeGen/VE/Scalar/rotl.ll
    llvm/test/CodeGen/VE/Scalar/rotr.ll
    llvm/test/CodeGen/VE/Scalar/select.ll
    llvm/test/CodeGen/VE/Scalar/select_cc.ll
    llvm/test/CodeGen/VE/Scalar/selectccf32.ll
    llvm/test/CodeGen/VE/Scalar/selectccf32c.ll
    llvm/test/CodeGen/VE/Scalar/selectccf32i.ll
    llvm/test/CodeGen/VE/Scalar/selectccf64.ll
    llvm/test/CodeGen/VE/Scalar/selectccf64c.ll
    llvm/test/CodeGen/VE/Scalar/selectccf64i.ll
    llvm/test/CodeGen/VE/Scalar/selectcci32.ll
    llvm/test/CodeGen/VE/Scalar/selectcci32c.ll
    llvm/test/CodeGen/VE/Scalar/selectcci32i.ll
    llvm/test/CodeGen/VE/Scalar/selectcci64.ll
    llvm/test/CodeGen/VE/Scalar/selectcci64c.ll
    llvm/test/CodeGen/VE/Scalar/selectcci64i.ll
    llvm/test/CodeGen/VE/Scalar/setcc.ll
    llvm/test/CodeGen/VE/Scalar/setccf32.ll
    llvm/test/CodeGen/VE/Scalar/setccf32i.ll
    llvm/test/CodeGen/VE/Scalar/setccf64.ll
    llvm/test/CodeGen/VE/Scalar/setccf64i.ll
    llvm/test/CodeGen/VE/Scalar/setcci32.ll
    llvm/test/CodeGen/VE/Scalar/setcci32i.ll
    llvm/test/CodeGen/VE/Scalar/setcci64.ll
    llvm/test/CodeGen/VE/Scalar/setcci64i.ll
    llvm/test/CodeGen/VE/Scalar/sext_zext_load.ll
    llvm/test/CodeGen/VE/Scalar/shl.ll
    llvm/test/CodeGen/VE/Scalar/shr.ll
    llvm/test/CodeGen/VE/Scalar/simple_prologue_epilogue.ll
    llvm/test/CodeGen/VE/Scalar/sjlj_except.ll
    llvm/test/CodeGen/VE/Scalar/store-align1.ll
    llvm/test/CodeGen/VE/Scalar/store-align2.ll
    llvm/test/CodeGen/VE/Scalar/store-align4.ll
    llvm/test/CodeGen/VE/Scalar/store-align8.ll
    llvm/test/CodeGen/VE/Scalar/store.ll
    llvm/test/CodeGen/VE/Scalar/store_gv.ll
    llvm/test/CodeGen/VE/Scalar/subtraction.ll
    llvm/test/CodeGen/VE/Scalar/symbol_relocation.ll
    llvm/test/CodeGen/VE/Scalar/symbol_relocation_tls.ll
    llvm/test/CodeGen/VE/Scalar/target_support.ll
    llvm/test/CodeGen/VE/Scalar/tls.ll
    llvm/test/CodeGen/VE/Scalar/truncstore.ll
    llvm/test/CodeGen/VE/Scalar/va_arg.ll
    llvm/test/CodeGen/VE/Scalar/va_callee.ll
    llvm/test/CodeGen/VE/Scalar/va_caller.ll
    llvm/test/CodeGen/VE/Scalar/xor.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/VE/addition.ll
    llvm/test/CodeGen/VE/alloca.ll
    llvm/test/CodeGen/VE/alloca_aligned.ll
    llvm/test/CodeGen/VE/and.ll
    llvm/test/CodeGen/VE/atomic_fence.ll
    llvm/test/CodeGen/VE/atomic_load.ll
    llvm/test/CodeGen/VE/atomic_store.ll
    llvm/test/CodeGen/VE/bitcast.ll
    llvm/test/CodeGen/VE/bitreverse.ll
    llvm/test/CodeGen/VE/blockaddress.ll
    llvm/test/CodeGen/VE/br_cc.ll
    llvm/test/CodeGen/VE/br_jt.ll
    llvm/test/CodeGen/VE/brcond.ll
    llvm/test/CodeGen/VE/brind.ll
    llvm/test/CodeGen/VE/bswap.ll
    llvm/test/CodeGen/VE/call.ll
    llvm/test/CodeGen/VE/callee.ll
    llvm/test/CodeGen/VE/callstruct.ll
    llvm/test/CodeGen/VE/cast.ll
    llvm/test/CodeGen/VE/constants.ll
    llvm/test/CodeGen/VE/ctlz.ll
    llvm/test/CodeGen/VE/ctpop.ll
    llvm/test/CodeGen/VE/cttz.ll
    llvm/test/CodeGen/VE/div.ll
    llvm/test/CodeGen/VE/fabs.ll
    llvm/test/CodeGen/VE/fcopysign.ll
    llvm/test/CodeGen/VE/fcos.ll
    llvm/test/CodeGen/VE/fp_add.ll
    llvm/test/CodeGen/VE/fp_div.ll
    llvm/test/CodeGen/VE/fp_extload_truncstore.ll
    llvm/test/CodeGen/VE/fp_fneg.ll
    llvm/test/CodeGen/VE/fp_frem.ll
    llvm/test/CodeGen/VE/fp_mul.ll
    llvm/test/CodeGen/VE/fp_sub.ll
    llvm/test/CodeGen/VE/fp_to_int.ll
    llvm/test/CodeGen/VE/fsin.ll
    llvm/test/CodeGen/VE/fsqrt.ll
    llvm/test/CodeGen/VE/int_to_fp.ll
    llvm/test/CodeGen/VE/left_shift.ll
    llvm/test/CodeGen/VE/load-align1.ll
    llvm/test/CodeGen/VE/load-align2.ll
    llvm/test/CodeGen/VE/load-align4.ll
    llvm/test/CodeGen/VE/load-align8.ll
    llvm/test/CodeGen/VE/load.ll
    llvm/test/CodeGen/VE/load_gv.ll
    llvm/test/CodeGen/VE/load_off.ll
    llvm/test/CodeGen/VE/loadrri.ll
    llvm/test/CodeGen/VE/max.ll
    llvm/test/CodeGen/VE/min.ll
    llvm/test/CodeGen/VE/multiply.ll
    llvm/test/CodeGen/VE/nnd.ll
    llvm/test/CodeGen/VE/or.ll
    llvm/test/CodeGen/VE/pic_access_data.ll
    llvm/test/CodeGen/VE/pic_access_static_data.ll
    llvm/test/CodeGen/VE/pic_func_call.ll
    llvm/test/CodeGen/VE/pic_indirect_func_call.ll
    llvm/test/CodeGen/VE/rem.ll
    llvm/test/CodeGen/VE/right_shift.ll
    llvm/test/CodeGen/VE/rotl.ll
    llvm/test/CodeGen/VE/rotr.ll
    llvm/test/CodeGen/VE/select.ll
    llvm/test/CodeGen/VE/select_cc.ll
    llvm/test/CodeGen/VE/selectccf32.ll
    llvm/test/CodeGen/VE/selectccf32c.ll
    llvm/test/CodeGen/VE/selectccf32i.ll
    llvm/test/CodeGen/VE/selectccf64.ll
    llvm/test/CodeGen/VE/selectccf64c.ll
    llvm/test/CodeGen/VE/selectccf64i.ll
    llvm/test/CodeGen/VE/selectcci32.ll
    llvm/test/CodeGen/VE/selectcci32c.ll
    llvm/test/CodeGen/VE/selectcci32i.ll
    llvm/test/CodeGen/VE/selectcci64.ll
    llvm/test/CodeGen/VE/selectcci64c.ll
    llvm/test/CodeGen/VE/selectcci64i.ll
    llvm/test/CodeGen/VE/setcc.ll
    llvm/test/CodeGen/VE/setccf32.ll
    llvm/test/CodeGen/VE/setccf32i.ll
    llvm/test/CodeGen/VE/setccf64.ll
    llvm/test/CodeGen/VE/setccf64i.ll
    llvm/test/CodeGen/VE/setcci32.ll
    llvm/test/CodeGen/VE/setcci32i.ll
    llvm/test/CodeGen/VE/setcci64.ll
    llvm/test/CodeGen/VE/setcci64i.ll
    llvm/test/CodeGen/VE/sext_zext_load.ll
    llvm/test/CodeGen/VE/shl.ll
    llvm/test/CodeGen/VE/shr.ll
    llvm/test/CodeGen/VE/simple_prologue_epilogue.ll
    llvm/test/CodeGen/VE/sjlj_except.ll
    llvm/test/CodeGen/VE/store-align1.ll
    llvm/test/CodeGen/VE/store-align2.ll
    llvm/test/CodeGen/VE/store-align4.ll
    llvm/test/CodeGen/VE/store-align8.ll
    llvm/test/CodeGen/VE/store.ll
    llvm/test/CodeGen/VE/store_gv.ll
    llvm/test/CodeGen/VE/subtraction.ll
    llvm/test/CodeGen/VE/symbol_relocation.ll
    llvm/test/CodeGen/VE/symbol_relocation_tls.ll
    llvm/test/CodeGen/VE/target_support.ll
    llvm/test/CodeGen/VE/tls.ll
    llvm/test/CodeGen/VE/truncstore.ll
    llvm/test/CodeGen/VE/va_arg.ll
    llvm/test/CodeGen/VE/va_callee.ll
    llvm/test/CodeGen/VE/va_caller.ll
    llvm/test/CodeGen/VE/xor.ll


################################################################################
diff  --git a/llvm/test/CodeGen/VE/addition.ll b/llvm/test/CodeGen/VE/Scalar/addition.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/addition.ll
rename to llvm/test/CodeGen/VE/Scalar/addition.ll

diff  --git a/llvm/test/CodeGen/VE/alloca.ll b/llvm/test/CodeGen/VE/Scalar/alloca.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/alloca.ll
rename to llvm/test/CodeGen/VE/Scalar/alloca.ll

diff  --git a/llvm/test/CodeGen/VE/alloca_aligned.ll b/llvm/test/CodeGen/VE/Scalar/alloca_aligned.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/alloca_aligned.ll
rename to llvm/test/CodeGen/VE/Scalar/alloca_aligned.ll

diff  --git a/llvm/test/CodeGen/VE/and.ll b/llvm/test/CodeGen/VE/Scalar/and.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/and.ll
rename to llvm/test/CodeGen/VE/Scalar/and.ll

diff  --git a/llvm/test/CodeGen/VE/atomic_fence.ll b/llvm/test/CodeGen/VE/Scalar/atomic_fence.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/atomic_fence.ll
rename to llvm/test/CodeGen/VE/Scalar/atomic_fence.ll

diff  --git a/llvm/test/CodeGen/VE/atomic_load.ll b/llvm/test/CodeGen/VE/Scalar/atomic_load.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/atomic_load.ll
rename to llvm/test/CodeGen/VE/Scalar/atomic_load.ll

diff  --git a/llvm/test/CodeGen/VE/atomic_store.ll b/llvm/test/CodeGen/VE/Scalar/atomic_store.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/atomic_store.ll
rename to llvm/test/CodeGen/VE/Scalar/atomic_store.ll

diff  --git a/llvm/test/CodeGen/VE/bitcast.ll b/llvm/test/CodeGen/VE/Scalar/bitcast.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/bitcast.ll
rename to llvm/test/CodeGen/VE/Scalar/bitcast.ll

diff  --git a/llvm/test/CodeGen/VE/bitreverse.ll b/llvm/test/CodeGen/VE/Scalar/bitreverse.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/bitreverse.ll
rename to llvm/test/CodeGen/VE/Scalar/bitreverse.ll

diff  --git a/llvm/test/CodeGen/VE/blockaddress.ll b/llvm/test/CodeGen/VE/Scalar/blockaddress.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/blockaddress.ll
rename to llvm/test/CodeGen/VE/Scalar/blockaddress.ll

diff  --git a/llvm/test/CodeGen/VE/br_cc.ll b/llvm/test/CodeGen/VE/Scalar/br_cc.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/br_cc.ll
rename to llvm/test/CodeGen/VE/Scalar/br_cc.ll

diff  --git a/llvm/test/CodeGen/VE/br_jt.ll b/llvm/test/CodeGen/VE/Scalar/br_jt.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/br_jt.ll
rename to llvm/test/CodeGen/VE/Scalar/br_jt.ll

diff  --git a/llvm/test/CodeGen/VE/brcond.ll b/llvm/test/CodeGen/VE/Scalar/brcond.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/brcond.ll
rename to llvm/test/CodeGen/VE/Scalar/brcond.ll

diff  --git a/llvm/test/CodeGen/VE/brind.ll b/llvm/test/CodeGen/VE/Scalar/brind.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/brind.ll
rename to llvm/test/CodeGen/VE/Scalar/brind.ll

diff  --git a/llvm/test/CodeGen/VE/bswap.ll b/llvm/test/CodeGen/VE/Scalar/bswap.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/bswap.ll
rename to llvm/test/CodeGen/VE/Scalar/bswap.ll

diff  --git a/llvm/test/CodeGen/VE/call.ll b/llvm/test/CodeGen/VE/Scalar/call.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/call.ll
rename to llvm/test/CodeGen/VE/Scalar/call.ll

diff  --git a/llvm/test/CodeGen/VE/callee.ll b/llvm/test/CodeGen/VE/Scalar/callee.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/callee.ll
rename to llvm/test/CodeGen/VE/Scalar/callee.ll

diff  --git a/llvm/test/CodeGen/VE/callstruct.ll b/llvm/test/CodeGen/VE/Scalar/callstruct.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/callstruct.ll
rename to llvm/test/CodeGen/VE/Scalar/callstruct.ll

diff  --git a/llvm/test/CodeGen/VE/cast.ll b/llvm/test/CodeGen/VE/Scalar/cast.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/cast.ll
rename to llvm/test/CodeGen/VE/Scalar/cast.ll

diff  --git a/llvm/test/CodeGen/VE/constants.ll b/llvm/test/CodeGen/VE/Scalar/constants.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/constants.ll
rename to llvm/test/CodeGen/VE/Scalar/constants.ll

diff  --git a/llvm/test/CodeGen/VE/ctlz.ll b/llvm/test/CodeGen/VE/Scalar/ctlz.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/ctlz.ll
rename to llvm/test/CodeGen/VE/Scalar/ctlz.ll

diff  --git a/llvm/test/CodeGen/VE/ctpop.ll b/llvm/test/CodeGen/VE/Scalar/ctpop.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/ctpop.ll
rename to llvm/test/CodeGen/VE/Scalar/ctpop.ll

diff  --git a/llvm/test/CodeGen/VE/cttz.ll b/llvm/test/CodeGen/VE/Scalar/cttz.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/cttz.ll
rename to llvm/test/CodeGen/VE/Scalar/cttz.ll

diff  --git a/llvm/test/CodeGen/VE/div.ll b/llvm/test/CodeGen/VE/Scalar/div.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/div.ll
rename to llvm/test/CodeGen/VE/Scalar/div.ll

diff  --git a/llvm/test/CodeGen/VE/fabs.ll b/llvm/test/CodeGen/VE/Scalar/fabs.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/fabs.ll
rename to llvm/test/CodeGen/VE/Scalar/fabs.ll

diff  --git a/llvm/test/CodeGen/VE/fcopysign.ll b/llvm/test/CodeGen/VE/Scalar/fcopysign.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/fcopysign.ll
rename to llvm/test/CodeGen/VE/Scalar/fcopysign.ll

diff  --git a/llvm/test/CodeGen/VE/fcos.ll b/llvm/test/CodeGen/VE/Scalar/fcos.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/fcos.ll
rename to llvm/test/CodeGen/VE/Scalar/fcos.ll

diff  --git a/llvm/test/CodeGen/VE/fp_add.ll b/llvm/test/CodeGen/VE/Scalar/fp_add.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/fp_add.ll
rename to llvm/test/CodeGen/VE/Scalar/fp_add.ll

diff  --git a/llvm/test/CodeGen/VE/fp_div.ll b/llvm/test/CodeGen/VE/Scalar/fp_div.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/fp_div.ll
rename to llvm/test/CodeGen/VE/Scalar/fp_div.ll

diff  --git a/llvm/test/CodeGen/VE/fp_extload_truncstore.ll b/llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/fp_extload_truncstore.ll
rename to llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll

diff  --git a/llvm/test/CodeGen/VE/fp_fneg.ll b/llvm/test/CodeGen/VE/Scalar/fp_fneg.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/fp_fneg.ll
rename to llvm/test/CodeGen/VE/Scalar/fp_fneg.ll

diff  --git a/llvm/test/CodeGen/VE/fp_frem.ll b/llvm/test/CodeGen/VE/Scalar/fp_frem.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/fp_frem.ll
rename to llvm/test/CodeGen/VE/Scalar/fp_frem.ll

diff  --git a/llvm/test/CodeGen/VE/fp_mul.ll b/llvm/test/CodeGen/VE/Scalar/fp_mul.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/fp_mul.ll
rename to llvm/test/CodeGen/VE/Scalar/fp_mul.ll

diff  --git a/llvm/test/CodeGen/VE/fp_sub.ll b/llvm/test/CodeGen/VE/Scalar/fp_sub.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/fp_sub.ll
rename to llvm/test/CodeGen/VE/Scalar/fp_sub.ll

diff  --git a/llvm/test/CodeGen/VE/fp_to_int.ll b/llvm/test/CodeGen/VE/Scalar/fp_to_int.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/fp_to_int.ll
rename to llvm/test/CodeGen/VE/Scalar/fp_to_int.ll

diff  --git a/llvm/test/CodeGen/VE/fsin.ll b/llvm/test/CodeGen/VE/Scalar/fsin.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/fsin.ll
rename to llvm/test/CodeGen/VE/Scalar/fsin.ll

diff  --git a/llvm/test/CodeGen/VE/fsqrt.ll b/llvm/test/CodeGen/VE/Scalar/fsqrt.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/fsqrt.ll
rename to llvm/test/CodeGen/VE/Scalar/fsqrt.ll

diff  --git a/llvm/test/CodeGen/VE/int_to_fp.ll b/llvm/test/CodeGen/VE/Scalar/int_to_fp.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/int_to_fp.ll
rename to llvm/test/CodeGen/VE/Scalar/int_to_fp.ll

diff  --git a/llvm/test/CodeGen/VE/left_shift.ll b/llvm/test/CodeGen/VE/Scalar/left_shift.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/left_shift.ll
rename to llvm/test/CodeGen/VE/Scalar/left_shift.ll

diff  --git a/llvm/test/CodeGen/VE/load-align1.ll b/llvm/test/CodeGen/VE/Scalar/load-align1.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/load-align1.ll
rename to llvm/test/CodeGen/VE/Scalar/load-align1.ll

diff  --git a/llvm/test/CodeGen/VE/load-align2.ll b/llvm/test/CodeGen/VE/Scalar/load-align2.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/load-align2.ll
rename to llvm/test/CodeGen/VE/Scalar/load-align2.ll

diff  --git a/llvm/test/CodeGen/VE/load-align4.ll b/llvm/test/CodeGen/VE/Scalar/load-align4.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/load-align4.ll
rename to llvm/test/CodeGen/VE/Scalar/load-align4.ll

diff  --git a/llvm/test/CodeGen/VE/load-align8.ll b/llvm/test/CodeGen/VE/Scalar/load-align8.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/load-align8.ll
rename to llvm/test/CodeGen/VE/Scalar/load-align8.ll

diff  --git a/llvm/test/CodeGen/VE/load.ll b/llvm/test/CodeGen/VE/Scalar/load.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/load.ll
rename to llvm/test/CodeGen/VE/Scalar/load.ll

diff  --git a/llvm/test/CodeGen/VE/load_gv.ll b/llvm/test/CodeGen/VE/Scalar/load_gv.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/load_gv.ll
rename to llvm/test/CodeGen/VE/Scalar/load_gv.ll

diff  --git a/llvm/test/CodeGen/VE/load_off.ll b/llvm/test/CodeGen/VE/Scalar/load_off.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/load_off.ll
rename to llvm/test/CodeGen/VE/Scalar/load_off.ll

diff  --git a/llvm/test/CodeGen/VE/loadrri.ll b/llvm/test/CodeGen/VE/Scalar/loadrri.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/loadrri.ll
rename to llvm/test/CodeGen/VE/Scalar/loadrri.ll

diff  --git a/llvm/test/CodeGen/VE/max.ll b/llvm/test/CodeGen/VE/Scalar/max.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/max.ll
rename to llvm/test/CodeGen/VE/Scalar/max.ll

diff  --git a/llvm/test/CodeGen/VE/min.ll b/llvm/test/CodeGen/VE/Scalar/min.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/min.ll
rename to llvm/test/CodeGen/VE/Scalar/min.ll

diff  --git a/llvm/test/CodeGen/VE/multiply.ll b/llvm/test/CodeGen/VE/Scalar/multiply.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/multiply.ll
rename to llvm/test/CodeGen/VE/Scalar/multiply.ll

diff  --git a/llvm/test/CodeGen/VE/nnd.ll b/llvm/test/CodeGen/VE/Scalar/nnd.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/nnd.ll
rename to llvm/test/CodeGen/VE/Scalar/nnd.ll

diff  --git a/llvm/test/CodeGen/VE/or.ll b/llvm/test/CodeGen/VE/Scalar/or.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/or.ll
rename to llvm/test/CodeGen/VE/Scalar/or.ll

diff  --git a/llvm/test/CodeGen/VE/pic_access_data.ll b/llvm/test/CodeGen/VE/Scalar/pic_access_data.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/pic_access_data.ll
rename to llvm/test/CodeGen/VE/Scalar/pic_access_data.ll

diff  --git a/llvm/test/CodeGen/VE/pic_access_static_data.ll b/llvm/test/CodeGen/VE/Scalar/pic_access_static_data.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/pic_access_static_data.ll
rename to llvm/test/CodeGen/VE/Scalar/pic_access_static_data.ll

diff  --git a/llvm/test/CodeGen/VE/pic_func_call.ll b/llvm/test/CodeGen/VE/Scalar/pic_func_call.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/pic_func_call.ll
rename to llvm/test/CodeGen/VE/Scalar/pic_func_call.ll

diff  --git a/llvm/test/CodeGen/VE/pic_indirect_func_call.ll b/llvm/test/CodeGen/VE/Scalar/pic_indirect_func_call.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/pic_indirect_func_call.ll
rename to llvm/test/CodeGen/VE/Scalar/pic_indirect_func_call.ll

diff  --git a/llvm/test/CodeGen/VE/rem.ll b/llvm/test/CodeGen/VE/Scalar/rem.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/rem.ll
rename to llvm/test/CodeGen/VE/Scalar/rem.ll

diff  --git a/llvm/test/CodeGen/VE/right_shift.ll b/llvm/test/CodeGen/VE/Scalar/right_shift.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/right_shift.ll
rename to llvm/test/CodeGen/VE/Scalar/right_shift.ll

diff  --git a/llvm/test/CodeGen/VE/rotl.ll b/llvm/test/CodeGen/VE/Scalar/rotl.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/rotl.ll
rename to llvm/test/CodeGen/VE/Scalar/rotl.ll

diff  --git a/llvm/test/CodeGen/VE/rotr.ll b/llvm/test/CodeGen/VE/Scalar/rotr.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/rotr.ll
rename to llvm/test/CodeGen/VE/Scalar/rotr.ll

diff  --git a/llvm/test/CodeGen/VE/select.ll b/llvm/test/CodeGen/VE/Scalar/select.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/select.ll
rename to llvm/test/CodeGen/VE/Scalar/select.ll

diff  --git a/llvm/test/CodeGen/VE/select_cc.ll b/llvm/test/CodeGen/VE/Scalar/select_cc.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/select_cc.ll
rename to llvm/test/CodeGen/VE/Scalar/select_cc.ll

diff  --git a/llvm/test/CodeGen/VE/selectccf32.ll b/llvm/test/CodeGen/VE/Scalar/selectccf32.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/selectccf32.ll
rename to llvm/test/CodeGen/VE/Scalar/selectccf32.ll

diff  --git a/llvm/test/CodeGen/VE/selectccf32c.ll b/llvm/test/CodeGen/VE/Scalar/selectccf32c.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/selectccf32c.ll
rename to llvm/test/CodeGen/VE/Scalar/selectccf32c.ll

diff  --git a/llvm/test/CodeGen/VE/selectccf32i.ll b/llvm/test/CodeGen/VE/Scalar/selectccf32i.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/selectccf32i.ll
rename to llvm/test/CodeGen/VE/Scalar/selectccf32i.ll

diff  --git a/llvm/test/CodeGen/VE/selectccf64.ll b/llvm/test/CodeGen/VE/Scalar/selectccf64.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/selectccf64.ll
rename to llvm/test/CodeGen/VE/Scalar/selectccf64.ll

diff  --git a/llvm/test/CodeGen/VE/selectccf64c.ll b/llvm/test/CodeGen/VE/Scalar/selectccf64c.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/selectccf64c.ll
rename to llvm/test/CodeGen/VE/Scalar/selectccf64c.ll

diff  --git a/llvm/test/CodeGen/VE/selectccf64i.ll b/llvm/test/CodeGen/VE/Scalar/selectccf64i.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/selectccf64i.ll
rename to llvm/test/CodeGen/VE/Scalar/selectccf64i.ll

diff  --git a/llvm/test/CodeGen/VE/selectcci32.ll b/llvm/test/CodeGen/VE/Scalar/selectcci32.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/selectcci32.ll
rename to llvm/test/CodeGen/VE/Scalar/selectcci32.ll

diff  --git a/llvm/test/CodeGen/VE/selectcci32c.ll b/llvm/test/CodeGen/VE/Scalar/selectcci32c.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/selectcci32c.ll
rename to llvm/test/CodeGen/VE/Scalar/selectcci32c.ll

diff  --git a/llvm/test/CodeGen/VE/selectcci32i.ll b/llvm/test/CodeGen/VE/Scalar/selectcci32i.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/selectcci32i.ll
rename to llvm/test/CodeGen/VE/Scalar/selectcci32i.ll

diff  --git a/llvm/test/CodeGen/VE/selectcci64.ll b/llvm/test/CodeGen/VE/Scalar/selectcci64.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/selectcci64.ll
rename to llvm/test/CodeGen/VE/Scalar/selectcci64.ll

diff  --git a/llvm/test/CodeGen/VE/selectcci64c.ll b/llvm/test/CodeGen/VE/Scalar/selectcci64c.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/selectcci64c.ll
rename to llvm/test/CodeGen/VE/Scalar/selectcci64c.ll

diff  --git a/llvm/test/CodeGen/VE/selectcci64i.ll b/llvm/test/CodeGen/VE/Scalar/selectcci64i.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/selectcci64i.ll
rename to llvm/test/CodeGen/VE/Scalar/selectcci64i.ll

diff  --git a/llvm/test/CodeGen/VE/setcc.ll b/llvm/test/CodeGen/VE/Scalar/setcc.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/setcc.ll
rename to llvm/test/CodeGen/VE/Scalar/setcc.ll

diff  --git a/llvm/test/CodeGen/VE/setccf32.ll b/llvm/test/CodeGen/VE/Scalar/setccf32.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/setccf32.ll
rename to llvm/test/CodeGen/VE/Scalar/setccf32.ll

diff  --git a/llvm/test/CodeGen/VE/setccf32i.ll b/llvm/test/CodeGen/VE/Scalar/setccf32i.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/setccf32i.ll
rename to llvm/test/CodeGen/VE/Scalar/setccf32i.ll

diff  --git a/llvm/test/CodeGen/VE/setccf64.ll b/llvm/test/CodeGen/VE/Scalar/setccf64.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/setccf64.ll
rename to llvm/test/CodeGen/VE/Scalar/setccf64.ll

diff  --git a/llvm/test/CodeGen/VE/setccf64i.ll b/llvm/test/CodeGen/VE/Scalar/setccf64i.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/setccf64i.ll
rename to llvm/test/CodeGen/VE/Scalar/setccf64i.ll

diff  --git a/llvm/test/CodeGen/VE/setcci32.ll b/llvm/test/CodeGen/VE/Scalar/setcci32.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/setcci32.ll
rename to llvm/test/CodeGen/VE/Scalar/setcci32.ll

diff  --git a/llvm/test/CodeGen/VE/setcci32i.ll b/llvm/test/CodeGen/VE/Scalar/setcci32i.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/setcci32i.ll
rename to llvm/test/CodeGen/VE/Scalar/setcci32i.ll

diff  --git a/llvm/test/CodeGen/VE/setcci64.ll b/llvm/test/CodeGen/VE/Scalar/setcci64.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/setcci64.ll
rename to llvm/test/CodeGen/VE/Scalar/setcci64.ll

diff  --git a/llvm/test/CodeGen/VE/setcci64i.ll b/llvm/test/CodeGen/VE/Scalar/setcci64i.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/setcci64i.ll
rename to llvm/test/CodeGen/VE/Scalar/setcci64i.ll

diff  --git a/llvm/test/CodeGen/VE/sext_zext_load.ll b/llvm/test/CodeGen/VE/Scalar/sext_zext_load.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/sext_zext_load.ll
rename to llvm/test/CodeGen/VE/Scalar/sext_zext_load.ll

diff  --git a/llvm/test/CodeGen/VE/shl.ll b/llvm/test/CodeGen/VE/Scalar/shl.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/shl.ll
rename to llvm/test/CodeGen/VE/Scalar/shl.ll

diff  --git a/llvm/test/CodeGen/VE/shr.ll b/llvm/test/CodeGen/VE/Scalar/shr.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/shr.ll
rename to llvm/test/CodeGen/VE/Scalar/shr.ll

diff  --git a/llvm/test/CodeGen/VE/simple_prologue_epilogue.ll b/llvm/test/CodeGen/VE/Scalar/simple_prologue_epilogue.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/simple_prologue_epilogue.ll
rename to llvm/test/CodeGen/VE/Scalar/simple_prologue_epilogue.ll

diff  --git a/llvm/test/CodeGen/VE/sjlj_except.ll b/llvm/test/CodeGen/VE/Scalar/sjlj_except.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/sjlj_except.ll
rename to llvm/test/CodeGen/VE/Scalar/sjlj_except.ll

diff  --git a/llvm/test/CodeGen/VE/store-align1.ll b/llvm/test/CodeGen/VE/Scalar/store-align1.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/store-align1.ll
rename to llvm/test/CodeGen/VE/Scalar/store-align1.ll

diff  --git a/llvm/test/CodeGen/VE/store-align2.ll b/llvm/test/CodeGen/VE/Scalar/store-align2.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/store-align2.ll
rename to llvm/test/CodeGen/VE/Scalar/store-align2.ll

diff  --git a/llvm/test/CodeGen/VE/store-align4.ll b/llvm/test/CodeGen/VE/Scalar/store-align4.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/store-align4.ll
rename to llvm/test/CodeGen/VE/Scalar/store-align4.ll

diff  --git a/llvm/test/CodeGen/VE/store-align8.ll b/llvm/test/CodeGen/VE/Scalar/store-align8.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/store-align8.ll
rename to llvm/test/CodeGen/VE/Scalar/store-align8.ll

diff  --git a/llvm/test/CodeGen/VE/store.ll b/llvm/test/CodeGen/VE/Scalar/store.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/store.ll
rename to llvm/test/CodeGen/VE/Scalar/store.ll

diff  --git a/llvm/test/CodeGen/VE/store_gv.ll b/llvm/test/CodeGen/VE/Scalar/store_gv.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/store_gv.ll
rename to llvm/test/CodeGen/VE/Scalar/store_gv.ll

diff  --git a/llvm/test/CodeGen/VE/subtraction.ll b/llvm/test/CodeGen/VE/Scalar/subtraction.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/subtraction.ll
rename to llvm/test/CodeGen/VE/Scalar/subtraction.ll

diff  --git a/llvm/test/CodeGen/VE/symbol_relocation.ll b/llvm/test/CodeGen/VE/Scalar/symbol_relocation.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/symbol_relocation.ll
rename to llvm/test/CodeGen/VE/Scalar/symbol_relocation.ll

diff  --git a/llvm/test/CodeGen/VE/symbol_relocation_tls.ll b/llvm/test/CodeGen/VE/Scalar/symbol_relocation_tls.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/symbol_relocation_tls.ll
rename to llvm/test/CodeGen/VE/Scalar/symbol_relocation_tls.ll

diff  --git a/llvm/test/CodeGen/VE/target_support.ll b/llvm/test/CodeGen/VE/Scalar/target_support.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/target_support.ll
rename to llvm/test/CodeGen/VE/Scalar/target_support.ll

diff  --git a/llvm/test/CodeGen/VE/tls.ll b/llvm/test/CodeGen/VE/Scalar/tls.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/tls.ll
rename to llvm/test/CodeGen/VE/Scalar/tls.ll

diff  --git a/llvm/test/CodeGen/VE/truncstore.ll b/llvm/test/CodeGen/VE/Scalar/truncstore.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/truncstore.ll
rename to llvm/test/CodeGen/VE/Scalar/truncstore.ll

diff  --git a/llvm/test/CodeGen/VE/va_arg.ll b/llvm/test/CodeGen/VE/Scalar/va_arg.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/va_arg.ll
rename to llvm/test/CodeGen/VE/Scalar/va_arg.ll

diff  --git a/llvm/test/CodeGen/VE/va_callee.ll b/llvm/test/CodeGen/VE/Scalar/va_callee.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/va_callee.ll
rename to llvm/test/CodeGen/VE/Scalar/va_callee.ll

diff  --git a/llvm/test/CodeGen/VE/va_caller.ll b/llvm/test/CodeGen/VE/Scalar/va_caller.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/va_caller.ll
rename to llvm/test/CodeGen/VE/Scalar/va_caller.ll

diff  --git a/llvm/test/CodeGen/VE/xor.ll b/llvm/test/CodeGen/VE/Scalar/xor.ll
similarity index 100%
rename from llvm/test/CodeGen/VE/xor.ll
rename to llvm/test/CodeGen/VE/Scalar/xor.ll


        


More information about the llvm-commits mailing list