This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Enable FP extensions and ABI on fixed-vectors-bitcast.ll.
ClosedPublic

Authored by craig.topper on Nov 4 2021, 2:57 PM.

Details

Summary

This improves our type coverage. We were only testing integer
insert and extract before due to the FP types not being enabled for
arguments and returns.

Diff Detail