Vector types, quadword integers and f128 currently cannot be handled in FastISel. We did not skip f128 type in lowering arguments, which causes a crash.
Details
Details
- Reviewers
nemanjai jsji steven.zhang lei - Group Reviewers
Restricted Project - Commits
- rGd14e51806b02: [PowerPC] Skip IEEE 128-bit FP type in FastISel
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
So, this is a TODO ?