[PATCH] D72709: [codegen,amdgpu] Enhance MIR DIE and re-arrange it for AMDGPU.

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 08:12:34 PST 2020


hliao marked an inline comment as done.
hliao added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/dead-machine-elim-after-dead-lane.ll:1
+; RUN: llc -march=amdgcn -verify-machineinstrs %s -o - | FileCheck %s
+
----------------
This is the new test exposing the previous issue due to running MIR DIE after DeSSA. It results in illegal MIR.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72709/new/

https://reviews.llvm.org/D72709





More information about the llvm-commits mailing list