This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Match RVV VF variants also through masked operations
ClosedPublic

Authored by frasercrmck on Jan 19 2022, 9:53 AM.

Details

Summary

This brings floating-point RVV vector/scalar support more in line with
the integer vector patterns, which can already match '.vx' instructions
with masked operations.

Diff Detail