[PATCH] D128527: [AMDGPU] Use GFX11 S_PACK_HL instruction in more cases
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 24 07:07:32 PDT 2022
foad added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-build-vector-trunc.v2s16.mir:3
+# RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx900 -run-pass=instruction-select -verify-machineinstrs -o - %s | FileCheck -check-prefixes=GFX9PLUS,GFX9 %s
+# RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx1100 -run-pass=instruction-select -verify-machineinstrs -o - %s | FileCheck -check-prefixes=GFX9PLUS,GFX11 %s
----------------
@Joe_Nash mentioned offline that it might be better to pre-commit all the added RUN lines.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128527/new/
https://reviews.llvm.org/D128527
More information about the llvm-commits
mailing list