[PATCH] D84420: [AMDGPU] Add v3f16/v3i16 support to SDag
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 16 08:07:21 PDT 2020
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM with formatting nit
================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.td:586
+ node:$auxiliary, node:$idxen)
+> {
+ let IsStore = 1;
----------------
Move these to previous line
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84420/new/
https://reviews.llvm.org/D84420
More information about the llvm-commits
mailing list