Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think predicate methods in GCNSubtarget should name particular features, like "hasAGPRs" and "hasAGPRToAGPRCopies" (probably not the best names because I don't know much about GFX90x features).
llvm/lib/Target/AMDGPU/GCNSubtarget.h | ||
---|---|---|
997 | It is a no action todo for now. You can just remove it. |
Comment Actions
I thought, it would be bit cleaner to use, for example ST.isGFX908Subtarget() compared to ST.hasMAIInsts() && !ST.hasGFX90AInsts().
So, if think, it does not make much sense, then I will ignore this patch, and abandon it.
It is a no action todo for now. You can just remove it.