[all-commits] [llvm/llvm-project] 099dcb: [AMDGPU] Refactor ds_read/ds_write related select ...
Mahesha S via All-commits
all-commits at lists.llvm.org
Thu Apr 15 19:54:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 099dcb68a6a1d00f2170878443f48311368d5c32
https://github.com/llvm/llvm-project/commit/099dcb68a6a1d00f2170878443f48311368d5c32
Author: hsmahesha <mahesha.comp at gmail.com>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/DSInstructions.td
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
[AMDGPU] Refactor ds_read/ds_write related select code for better readability.
Part of the code related to ds_read/ds_write ISel is refactored, and the
corresponding comment is re-written for better readability, which would help
while implementing any future ds_read/ds_write ISel related modifications.
Reviewed By: rampitec
Differential Revision: https://reviews.llvm.org/D100300
More information about the All-commits
mailing list