[PATCH] D48558: [AMDGPU] fix for register coalescer

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 25 12:55:54 PDT 2018


arsenm added inline comments.


================
Comment at: test/CodeGen/AMDGPU/regcoal-subrange-join-crash.ll:1-3
+; RUN: llc -march=amdgcn -verify-machineinstrs -o - < %s
+
+; This test causes an unreachable in SubRange Join without the fix
----------------
Subtle things like this really need a MIR testcase


Repository:
  rL LLVM

https://reviews.llvm.org/D48558





More information about the llvm-commits mailing list