Right now we do opcode wise matching to identify uniform/non-divergent
AMDGPU intrinsics. It is duplicated at 2 places once at IR level uniformity analysis
and at MIR level. Moving them to single tablegen table for consistency and adding
and API rapper to access them.
Details
Details
- Reviewers
arsenm sameerds - Group Reviewers
Restricted Project - Commits
- rG422d379de287: [AMDGPU] Use tablegen to list uniform intrinsics
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo