The 's' constraint represents sgprs and the 'v' constraint represents vgprs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D15342
AMDGPU/SI: Add support for sgpr and vgpr inline assembly constraints ClosedPublic Authored by • tstellarAMD on Dec 8 2015, 11:18 AM.
Details Summary The 's' constraint represents sgprs and the 'v' constraint represents vgprs.
Diff Detail
Event Timeline• tstellarAMD retitled this revision from to AMDGPU/SI: Add support for sgpr and vgpr inline assembly constraints. • tstellarAMD updated this object. echristo edited edge metadata. Comment ActionsLooks reasonable, I believe you on the behavior for your port :) This revision is now accepted and ready to land.Dec 8 2015, 11:22 AM Closed by commit rL255203: AMDGPU/SI: Add support for sgpr and vgpr inline assembly constraints (authored by tstellar). · Explain WhyDec 9 2015, 6:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42370 llvm/trunk/lib/Target/AMDGPU/SIISelLowering.h
llvm/trunk/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/trunk/test/CodeGen/AMDGPU/inline-constraints.ll
|