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
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
390 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
So, this is a TODO ?