When passing arguments (that aren't i32) by reference on the stack, SelectionDAGISel::LowerArguments asserts on the Hexagon backend due to the wrong type being used. -debug-only=isel is necessary to trigger the assertion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM