[PATCH] D98515: [AMDGPU][GlobalISel] Stop foldInsertEltToCmpSelect from changing reg banks
Mirko Brkusanin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 26 03:01:54 PDT 2021
mbrkusanin added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.ll:2-4
+; XUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck -check-prefix=GPRIDX %s
; RUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx1010 -verify-machineinstrs < %s | FileCheck -check-prefix=MOVREL %s
+; XUN: not --crash llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=fiji -verify-machineinstrs -o /dev/null %s 2>&1 | FileCheck -check-prefix=ERR %s
----------------
foad wrote:
> Did you mean to commit this? Can you fix the tests instead of disabling the RUN lines?
Sorry, missed this. It's updated now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98515/new/
https://reviews.llvm.org/D98515
More information about the llvm-commits
mailing list