Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Arguably VCC is also not needed. The pseudo itself does not produce carry, and instructions after expansion will have required defs.
Paths
| Differential D158030
[AMDGPU] Drop implicit-def $exec from v_add/sub_u64_pseudos ClosedPublic Authored by rampitec on Aug 15 2023, 3:46 PM.
Details
Diff Detail Event TimelineComment Actions Arguably VCC is also not needed. The pseudo itself does not produce carry, and instructions after expansion will have required defs. Comment Actions
VCC is definitely needed. The intermediate clobber needs to be tracked This revision is now accepted and ready to land.Aug 15 2023, 3:54 PM This revision was landed with ongoing or failed builds.Aug 15 2023, 3:59 PM Closed by commit rGc747a4e13408: [AMDGPU] Drop implicit-def $exec from v_add/sub_u64_pseudos (authored by rampitec). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 550507 llvm/lib/Target/AMDGPU/SIInstructions.td
|