This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 962cbb5d4c7 [DebugInfo] Change std::sort to llvm::sort in response to r327219 new ae174bc48dc TableGen: More helpful error messages new 7bf0a7f9621 TableGen: Support Intrinsic values in SearchableTable new e821893513f AMDGPU: Make getTgtMemIntrinsic table-driven for resource-b [...] new 2360e2aafa0 AMDGPU: Make isIntrinsicSourceOfDivergence table-driven
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/IntrinsicsAMDGPU.td | 48 ++++-- lib/Target/AMDGPU/AMDGPU.td | 1 + lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 7 + lib/Target/AMDGPU/AMDGPUInstrInfo.h | 11 ++ lib/Target/AMDGPU/AMDGPUSearchableTables.td | 78 +++++++++ lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/AMDGPU/SIISelLowering.cpp | 257 +++++----------------------- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 60 ++----- test/TableGen/searchabletables-intrinsic.td | 85 +++++++++ utils/TableGen/CodeGenTarget.cpp | 8 +- utils/TableGen/SearchableTableEmitter.cpp | 41 ++++- 11 files changed, 319 insertions(+), 278 deletions(-) create mode 100644 lib/Target/AMDGPU/AMDGPUSearchableTables.td create mode 100644 test/TableGen/searchabletables-intrinsic.td