[all-commits] [llvm/llvm-project] 6778a6: [AMDGPU][GFX10] Disabled v_movrel*[sdwa|dpp] opcod...
dpreobra via All-commits
all-commits at lists.llvm.org
Wed Nov 20 06:58:36 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6778a62eb0d222dc625b8785516f027df12aaf16
https://github.com/llvm/llvm-project/commit/6778a62eb0d222dc625b8785516f027df12aaf16
Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
Log Message:
-----------
[AMDGPU][GFX10] Disabled v_movrel*[sdwa|dpp] opcodes in codegen
These opcodes use indirect register addressing so they need special handling by codegen (currently missing).
Reviewers: vpykhtin, arsenm, rampitec
Differential Revision: https://reviews.llvm.org/D70400
More information about the All-commits
mailing list