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

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 14:16:40 PST 2017


yaxunl added inline comments.


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


https://reviews.llvm.org/D41132





More information about the llvm-commits mailing list