This patch refactors and strengthens the type checks performed for interleaved accesses. The primary functional change is to ensure that the interleaved accesses have valid element types. The added test cases previously failed because the element type is f128.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks Chad!
lib/Target/AArch64/AArch64ISelLowering.cpp | ||
---|---|---|
7264 ↗ | (On Diff #94542) | Ah, nice catch! |