[PATCH] D126661: [MachineVerifier] Fix crash on early clobbered subreg operands.
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 13:27:51 PDT 2022
MatzeB added inline comments.
================
Comment at: llvm/test/MachineVerifier/verifier-ec-subreg-liveness.mir:1
+# RUN: llc -mtriple amdgcn-amd-amdhsa -run-pass=liveintervals,pipeliner -verify-machineinstrs -o - %s | FileCheck %s
+# REQUIRES: amdgpu-registered-target
----------------
MatzeB wrote:
> Why not just `-run-pass=liveintervals`?
Oh, this is because machine verifier has no `addUsedIfAvailable<LiveIntervals>();` at the moment. Maybe add a comment about it, or the next reviewer will just wonder again...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126661/new/
https://reviews.llvm.org/D126661
More information about the llvm-commits
mailing list