Details
Details
- Reviewers
arsenm
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 34765 Build 34764: arc lint + arc unit
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td | ||
---|---|---|
64 | I think this should be handled by decomposing the incoming types into 32-bit pieces, and repacking. We do this for functions in the DAG and it's less constraining on the lowering. This also avoids SGPR alignment, since they will be repacked if necessary |
I think this should be handled by decomposing the incoming types into 32-bit pieces, and repacking. We do this for functions in the DAG and it's less constraining on the lowering. This also avoids SGPR alignment, since they will be repacked if necessary