Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
At some point I think yes. Currently SVE fixed length code generation tries to remain compatible with the way NEON does things for the types it already supported. That means <1 x float> will be scalarised (depending on the type and operation widening is likely to be the next option). It's an area that really needs an ABI defining before we can break away from NEON.