[PATCH] D63510: [LiveInterval] Removed bogus empty subrange assert

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 12:35:31 PDT 2019


arsenm added inline comments.


================
Comment at: test/CodeGen/AMDGPU/empty-subrange.mir:1
+# RUN: llc -mtriple=amdgcn -mcpu=gfx802 -verify-machineinstrs -start-after amdgpu-isel -o - %s | FileCheck -check-prefix=GCN %s
+#
----------------
Should be restricted to a narrow range of passes in regalloc


================
Comment at: test/CodeGen/AMDGPU/empty-subrange.mir:9-41
+name:            _amdgpu_ps_main
+tracksRegLiveness: true
+liveins:         []
+body:             |
+  bb.0:
+    %1:sreg_32 = S_MOV_B32 0
+    %2:sreg_32 = S_MOV_B32 1036831949
----------------
This should be reduced more


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63510





More information about the llvm-commits mailing list