[PATCH] D87748: [AMDGPU] Consider all SGPR uses as unique in constant bus verify
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 06:20:51 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/constant-bus-violations.mir:1
+# XFAIL: *
+# RUN: llc -march=amdgcn -mcpu=gfx900 -run-pass machineverifier -o - %s | FileCheck -check-prefix=GCN %s
----------------
You can run with not --crash and check the error message, this shouldn't use xfail
================
Comment at: llvm/test/CodeGen/AMDGPU/constant-bus-violations.mir:15
+...
+
----------------
Add verify- to the test name?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87748/new/
https://reviews.llvm.org/D87748
More information about the llvm-commits
mailing list