[PATCH] D34337: [PPC] Fix two bugs in frame lowering.

Tony Jiang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 08:59:32 PDT 2017


jtony added inline comments.


================
Comment at: test/CodeGen/PowerPC/tailcall1-64.ll:2
 ; RUN: llc -relocation-model=static -verify-machineinstrs < %s -march=ppc64 -tailcallopt | grep TC_RETURNd8
+; RUN: llc -relocation-model=static -verify-machineinstrs -march=ppc64 < %s | FileCheck %s
 define fastcc i32 @tailcallee(i32 %a1, i32 %a2, i32 %a3, i32 %a4) {
----------------
inouehrs wrote:
> Does this change relate to frame lowering?
This test case is modified to make sure the changes above don't regress the TCO. 


https://reviews.llvm.org/D34337





More information about the llvm-commits mailing list