This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SME]: Generate streaming-compatible code for fp-extend-trunc
ClosedPublic

Authored by hassnaa-arm on Nov 25 2022, 7:50 AM.

Details

Summary

To generate code compatible to streaming mode:

  • enable custome lowering for TruncStore to avoid crashing during legalizing TruncStore for non Integer vector.

Diff Detail