[PATCH] D34337: [PPC] Fix two bugs in frame lowering.
Hiroshi Inoue via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 18 23:48:00 PDT 2017
inouehrs 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) {
----------------
Does this change relate to frame lowering?
https://reviews.llvm.org/D34337
More information about the llvm-commits
mailing list