llvm-project/llvm/test/CodeGen/CSKY/fpu
Zi Xuan Wu (Zeson) 70b8b738c5 [CSKY] Fix the btsti16 instruction missing in generic processor
Normally, generic processor does not have any SubtargetFeature. And it
can just generate most basic instructions which have no Predicates to
guard.

But it needs to enbale predicate for the btsti16 instruction as one of the most basic instructions.
Or the generic processor can't finish codegen process. So Add FeatureBTST16 SubtargetFeature to generic ProcessorModel.
2022-07-27 17:39:15 +08:00
..
base-d.ll
base-f.ll
br-d.ll [CSKY] Fix the btsti16 instruction missing in generic processor 2022-07-27 17:39:15 +08:00
br-f.ll [CSKY] Fix the btsti16 instruction missing in generic processor 2022-07-27 17:39:15 +08:00
cmp-d.ll
cmp-f.ll
cvt-d.ll
cvt-f.ll
float-abi.ll
ldst-d.ll
ldst-f.ll
lit.local.cfg
select.ll [CSKY] Fix the btsti16 instruction missing in generic processor 2022-07-27 17:39:15 +08:00