[all-commits] [llvm/llvm-project] 6e8a02: [AMDGPU] Remove dead MTBUF patterns
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Mar 11 14:13:25 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e8a0213a34235599dffbda881ba3173191b023a
https://github.com/llvm/llvm-project/commit/6e8a0213a34235599dffbda881ba3173191b023a
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/BUFInstructions.td
Log Message:
-----------
[AMDGPU] Remove dead MTBUF patterns
These patterns are obviously dead, they are using format
operand which is not selected and we have no corresponding
SelectMUBUF() function.
Differential Revision: https://reviews.llvm.org/D98451
More information about the All-commits
mailing list