Remove undef values from the end of the vector operand in image and
buffer store instructions.
Continuation of: 88421ea973916e Trim zero components from buffer and image stores.
Differential D152440
[AMDGPU] Trim trailing undefs from the end of image and buffer store matejam on Jun 8 2023, 6:02 AM. Authored by
Details Remove undef values from the end of the vector operand in image and Continuation of: 88421ea973916e Trim zero components from buffer and image stores.
Diff Detail
Unit Tests
Event Timeline
|
I don't think there's any need for this. Almost everything is an Instruction or a Constant, and anything that is not will just break out of the loop on the first iteration anyway.