[PATCH] D128259: [AMDGPU] llvm.amdgcn.exp.compr is not supported on GFX11
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 22 17:55:55 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.exp.compr.mir:3
+# RUN: not llc -march=amdgcn -mcpu=gfx1100 -run-pass=instruction-select -verify-machineinstrs -global-isel -global-isel-abort=0 %s -o - 2>&1 | FileCheck --check-prefix=ERR %s
+# REQUIRES: asserts
+
----------------
Proper diagnostics do not require asserts
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128259/new/
https://reviews.llvm.org/D128259
More information about the llvm-commits
mailing list