[PATCH] D125989: [AMDGPU] gfx11 vinterp instructions MC support
Carl Ritson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 21:26:10 PDT 2022
critson added a comment.
As with LDSDIR, probably needs a couple of tests for invalid values of wait_exp.
================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.td:1480
+def VOP3BMods0 : ComplexPattern<untyped, 4, "SelectVOP3BMods0">;
+def VOP3BMods : ComplexPattern<untyped, 2, "SelectVOP3BMods">;
----------------
I don't think these two lines are related to this change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125989/new/
https://reviews.llvm.org/D125989
More information about the llvm-commits
mailing list