[PATCH] D103800: [AMDGPU] Add VReg_192 support for MIMG instructions
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 7 05:55:37 PDT 2021
foad added reviewers: tpr, arsenm.
foad added a comment.
Maybe this is stating the obvious, but you could add v6i32 and v6f32 types. @tpr did that before for v3 and v5 vectors, specifically for AMDGPU image ops. See D58901 <https://reviews.llvm.org/D58901> (and a bunch of related commits you can find with `git log --grep v5f32`).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103800/new/
https://reviews.llvm.org/D103800
More information about the llvm-commits
mailing list