[PATCH] D41132: CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 14:12:32 PST 2017


arsenm accepted this revision.
arsenm added a comment.

LGTM except for mcpu



================
Comment at: test/CodeGen/AMDGPU/debug-value.ll:1
+; RUN: llc -mtriple=amdgcn-amd-amdhsa-amdgizcl -mcpu=fiji -verify-machineinstrs < %s | FileCheck %s
+
----------------
The -mcpu should still be dropped because it contradicts the attribute


https://reviews.llvm.org/D41132





More information about the llvm-commits mailing list