Commit 7ffe987
committed
AMDGPU: Change DS classes to use RegisterOperand parameters
Start stripping out the uses of getLdStRegisterOperand. This
added a confusing level of indirection where the class at the
definition point was not the actual class used. This was also
pulling in the AV class usage for targets where it isn't
relevant. This was also inflexible for special cases.
Also fixes using default arguments which only served to wrap the
class argument in a RegisterOperand.
This should be done for all the memory instructions.1 parent 4715a46 commit 7ffe987
File tree
3 files changed
+197
-153
lines changed- llvm/lib/Target/AMDGPU
3 files changed
+197
-153
lines changed
0 commit comments