[all-commits] [llvm/llvm-project] c9d6fe: [AMDGPU] Improve FLAT scratch detection
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Mon Nov 2 11:38:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c9d6fe6f7d84f5b1a0bdbe502ebc3c8035722fdb
https://github.com/llvm/llvm-project/commit/c9d6fe6f7d84f5b1a0bdbe502ebc3c8035722fdb
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2020-11-02 (Mon, 02 Nov 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIInstrFormats.td
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
Log Message:
-----------
[AMDGPU] Improve FLAT scratch detection
We were useing too broad check for isFLATScratch() which also
includes FLAT global.
Differential Revision: https://reviews.llvm.org/D90505
More information about the All-commits
mailing list