llvm-project/llvm/test/CodeGen/VE
Kazushi (Jam) Marukawa b22e32a9c8 [VE] Specify to expand BRIND and BR_JT
BRIND and BR_JT are not implmented yet, so expand them atm.
Add regression tests too.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D90283
2020-10-28 18:50:20 +09:00
..
addition.ll [VE] Change to expand multiply related instructions 2020-08-07 18:22:25 +09:00
alloca.ll [VE] Dynamic stack allocation 2020-05-27 10:11:06 +02:00
alloca_aligned.ll [VE] Dynamic stack allocation 2020-05-27 10:11:06 +02:00
and.ll [VE] Add AND/OR/XOR regression tests 2020-06-05 10:05:22 +02:00
atomic_fence.ll [VE] Support atomic fence 2020-10-26 17:03:09 +09:00
atomic_load.ll [VE] Support atomic load 2020-10-26 18:02:45 +09:00
atomic_store.ll [VE] Support atomic store 2020-10-27 00:28:11 +09:00
bitcast.ll [VE] Optimize trunc related instructions 2020-08-07 09:21:05 +09:00
bitreverse.ll [VE] Update bit operations 2020-08-11 19:42:12 +09:00
blockaddress.ll [VE] Support TargetBlockAddress 2020-10-01 00:48:21 +09:00
br_cc.ll [VE] Support br_cc comparing fp128 2020-10-19 18:29:39 +09:00
br_jt.ll [VE] Specify to expand BRIND and BR_JT 2020-10-28 18:50:20 +09:00
brcond.ll [VE] Support br_cc comparing fp128 2020-10-19 18:29:39 +09:00
brind.ll [VE] Specify to expand BRIND and BR_JT 2020-10-28 18:50:20 +09:00
bswap.ll [VE] Update bit operations 2020-08-11 19:42:12 +09:00
call.ll [VE] Support f128 2020-08-17 17:26:52 +09:00
callee.ll
callstruct.ll [VE] Update branch instructions 2020-04-28 09:41:01 +02:00
cast.ll [VE] Add cast to/from fp128 patterns 2020-10-19 21:35:27 +09:00
constants.ll [VE] Change calling convention to follow ABI 2020-08-01 10:08:54 +09:00
ctlz.ll [VE] Update bit operations 2020-08-11 19:42:12 +09:00
ctpop.ll [VE] Update bit operations 2020-08-11 19:42:12 +09:00
cttz.ll [VE] Change to promote i32 AND/OR/XOR operations 2020-08-12 16:23:50 +09:00
div.ll [VE] Change to expand multiply related instructions 2020-08-07 18:22:25 +09:00
fabs.ll [VE] Support fabs/fcos/fsin/fsqrt math functions 2020-10-16 06:27:38 +09:00
fcopysign.ll [VE] Support fabs/fcos/fsin/fsqrt math functions 2020-10-16 06:27:38 +09:00
fcos.ll [VE] Support fabs/fcos/fsin/fsqrt math functions 2020-10-16 06:27:38 +09:00
fp_add.ll [VE] Support f128 2020-08-17 17:26:52 +09:00
fp_div.ll [VE] Support f128 2020-08-17 17:26:52 +09:00
fp_extload_truncstore.ll [VE] Update branch instructions 2020-04-28 09:41:01 +02:00
fp_fneg.ll [VE] Support fneg and frem 2020-10-12 19:19:29 +09:00
fp_frem.ll [VE] Support fneg and frem 2020-10-12 19:19:29 +09:00
fp_mul.ll [VE] Support f128 2020-08-17 17:26:52 +09:00
fp_sub.ll [VE] Support f128 2020-08-17 17:26:52 +09:00
fp_to_int.ll [VE] Change calling convention to follow ABI 2020-08-01 10:08:54 +09:00
fsin.ll [VE] Support fabs/fcos/fsin/fsqrt math functions 2020-10-16 06:27:38 +09:00
fsqrt.ll [VE] Support fabs/fcos/fsin/fsqrt math functions 2020-10-16 06:27:38 +09:00
int_to_fp.ll [VE] Optimize trunc related instructions 2020-08-07 09:21:05 +09:00
left_shift.ll [VE] Optimize trunc related instructions 2020-08-07 09:21:05 +09:00
lit.local.cfg
load-align1.ll
load-align2.ll
load-align4.ll
load-align8.ll
load.ll [VE] Support f128 2020-08-17 17:26:52 +09:00
load_gv.ll [VE] Support f128 2020-08-17 17:26:52 +09:00
load_off.ll [VE] Support f128 2020-08-17 17:26:52 +09:00
loadrri.ll [VE] Support register and frame-index pair correctly 2020-10-05 18:36:53 +09:00
max.ll [VE] Optimize trunc related instructions 2020-08-07 09:21:05 +09:00
min.ll [VE] Optimize trunc related instructions 2020-08-07 09:21:05 +09:00
multiply.ll [VE] Change to expand multiply related instructions 2020-08-07 18:22:25 +09:00
nnd.ll [VE] Change to promote i32 AND/OR/XOR operations 2020-08-12 16:23:50 +09:00
or.ll [VE] Change to promote i32 AND/OR/XOR operations 2020-08-12 16:23:50 +09:00
pic_access_data.ll
pic_access_static_data.ll [VE] Update ISel patterns for select instruction 2020-10-19 18:28:21 +09:00
pic_func_call.ll [VE] Update branch instructions 2020-04-28 09:41:01 +02:00
pic_indirect_func_call.ll [VE] Update branch instructions 2020-04-28 09:41:01 +02:00
rem.ll [VE] Change to expand multiply related instructions 2020-08-07 18:22:25 +09:00
right_shift.ll [VE] Optimize trunc related instructions 2020-08-07 09:21:05 +09:00
rotl.ll [VE] Optimize trunc related instructions 2020-08-07 09:21:05 +09:00
rotr.ll [VE] Optimize trunc related instructions 2020-08-07 09:21:05 +09:00
select.ll [VE] Update ISel patterns for select instruction 2020-10-19 18:28:21 +09:00
select_cc.ll [VE] Support select_cc 2020-10-19 18:54:25 +09:00
selectccf32.ll [VE] Change calling convention to follow ABI 2020-08-01 10:08:54 +09:00
selectccf32c.ll [VE] Change to promote i32 AND/OR/XOR operations 2020-08-12 16:23:50 +09:00
selectccf32i.ll [VE] Change calling convention to follow ABI 2020-08-01 10:08:54 +09:00
selectccf64.ll
selectccf64c.ll [VE] Change to promote i32 AND/OR/XOR operations 2020-08-12 16:23:50 +09:00
selectccf64i.ll
selectcci32.ll [VE] Optimize trunc related instructions 2020-08-07 09:21:05 +09:00
selectcci32c.ll [VE] Change to promote i32 AND/OR/XOR operations 2020-08-12 16:23:50 +09:00
selectcci32i.ll [VE] Optimize trunc related instructions 2020-08-07 09:21:05 +09:00
selectcci64.ll
selectcci64c.ll [VE] Change to promote i32 AND/OR/XOR operations 2020-08-12 16:23:50 +09:00
selectcci64i.ll
setcc.ll [VE] Add setcc for fp128 2020-10-19 21:36:57 +09:00
setccf32.ll [VE] Change calling convention to follow ABI 2020-08-01 10:08:54 +09:00
setccf32i.ll [VE] Change calling convention to follow ABI 2020-08-01 10:08:54 +09:00
setccf64.ll [VE] Change calling convention to follow ABI 2020-08-01 10:08:54 +09:00
setccf64i.ll [VE] Change calling convention to follow ABI 2020-08-01 10:08:54 +09:00
setcci32.ll [VE] Optimize trunc related instructions 2020-08-07 09:21:05 +09:00
setcci32i.ll [VE] Optimize trunc related instructions 2020-08-07 09:21:05 +09:00
setcci64.ll [VE] Change calling convention to follow ABI 2020-08-01 10:08:54 +09:00
setcci64i.ll [VE] Change calling convention to follow ABI 2020-08-01 10:08:54 +09:00
sext_zext_load.ll [VE] Change calling convention to follow ABI 2020-08-01 10:08:54 +09:00
shl.ll [VE] Change to expand SHL_PARTS/SRA_PARTS/SRL_PARTS 2020-10-15 09:04:34 +09:00
shr.ll [VE] Change to expand SHL_PARTS/SRA_PARTS/SRL_PARTS 2020-10-15 09:04:34 +09:00
simple_prologue_epilogue.ll [VE] Update branch instructions 2020-04-28 09:41:01 +02:00
sjlj_except.ll [VE][NFC] Correct sjlj_expection test 2020-05-25 09:49:37 +02:00
store-align1.ll
store-align2.ll
store-align4.ll
store-align8.ll
store.ll [VE] Support f128 2020-08-17 17:26:52 +09:00
store_gv.ll [VE] Support f128 2020-08-17 17:26:52 +09:00
subtraction.ll [VE] Change to expand multiply related instructions 2020-08-07 18:22:25 +09:00
symbol_relocation.ll [VE] Support relocation information in MC layer 2020-06-15 11:24:53 +02:00
symbol_relocation_tls.ll [VE] Support relocation information in MC layer 2020-06-15 11:24:53 +02:00
target_support.ll
tls.ll
truncstore.ll [VE] Change calling convention to follow ABI 2020-08-01 10:08:54 +09:00
va_arg.ll [VE] Support f128 2020-08-17 17:26:52 +09:00
va_callee.ll
va_caller.ll [VE] Support f128 2020-08-17 17:26:52 +09:00
xor.ll [VE] Change to promote i32 AND/OR/XOR operations 2020-08-12 16:23:50 +09:00