The mutation the action generates tries to change the input type into the element type of larger vector type. This doesn't work if the larger element type is a vector of pointers since it creates an illegal mutation between scalar and pointer types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp | ||
---|---|---|
441 | Also add a test with a non-0 address space |
Also add a test with a non-0 address space