[llvm] AMDGPU: Discussion: Do we actually need these TSFlags bits in Real? (PR #85132)
Changpeng Fang via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 13 23:49:49 PDT 2024
changpeng wrote:
If we always use something like TSFlags & SIInstrFlags::VM_CNT to reference individual bit, then we do not need to care about individual bits in Real at all.
https://github.com/llvm/llvm-project/pull/85132
More information about the llvm-commits
mailing list