This patch updates one of the NVPTX TableGen files to use the new features of TableGen.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
I'd add NFC to the subject of this patch.
llvm/lib/Target/NVPTX/NVPTXIntrinsics.td | ||
---|---|---|
60 | I'd probably keep this as 0/1. IMO it's more suitable for a bitmask of threads. |
llvm/lib/Target/NVPTX/NVPTXIntrinsics.td | ||
---|---|---|
60 | Yes, I'm trying to make that distinction carefully. |
Comment Actions
I see you accepted this revision. Shall I clean up the other .td files as part of this revision, or do them separately?
I'd probably keep this as 0/1. IMO it's more suitable for a bitmask of threads.