Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/llvm/IR/IntrinsicsAMDGPU.td | ||
---|---|---|
1648 ↗ | (On Diff #208804) | Should these be speculatable? |
lib/Target/AMDGPU/AMDGPURegAsmNames.inc.cpp | ||
353 ↗ | (On Diff #208804) | We should probably get around to making tablegen produce these tables |
lib/Target/AMDGPU/SIInstrFormats.td | ||
125 ↗ | (On Diff #208804) | It's not obvious to me what MAI stands for |
include/llvm/IR/IntrinsicsAMDGPU.td | ||
---|---|---|
1648 ↗ | (On Diff #208804) | I do not think so. They are crosslane. |
lib/Target/AMDGPU/AMDGPURegAsmNames.inc.cpp | ||
353 ↗ | (On Diff #208804) | Likely. This file is growing. |
lib/Target/AMDGPU/SIInstrFormats.td | ||
125 ↗ | (On Diff #208804) | That is how these are called in the spec. I assume when we upload the spec it will make more sense. But generally Matrix Arithmetic ISA. |
lib/Target/AMDGPU/SIInstrFormats.td | ||
---|---|---|
125 ↗ | (On Diff #208804) | Should add that as a comment |