[PATCH] D70400: [AMDGPU][GFX10] Disabled v_movrel*[sdwa|dpp] opcodes in codegen
Valery Pykhtin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 10:05:33 PST 2019
vpykhtin added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:6332
+bool SIInstrInfo::isAsmOnlyOpcode(int MCOp) const {
+ switch(MCOp) {
----------------
is there anyway to mark these instructions in td files?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70400/new/
https://reviews.llvm.org/D70400
More information about the llvm-commits
mailing list