[PATCH] D21551: AMDGPU: fix local stack slot allocation bugs

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 19:39:14 PDT 2016


chapuni added a subscriber: chapuni.

================
Comment at: llvm/trunk/test/CodeGen/AMDGPU/selected-stack-object.ll:1
@@ +1,2 @@
+; XFAIL: *
+; RUN: llc -march=amdgcn -mcpu=verde -verify-machineinstrs < %s | FileCheck %s
----------------
You shouldn't XFAIL if it expected assertion failure. With -Asserts, the behavior is unknown. It might pass apparently, or it might execute infinite loop.

Tweaked in r275144.


Repository:
  rL LLVM

http://reviews.llvm.org/D21551





More information about the llvm-commits mailing list