[PATCH] D31407: [PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64
Guozhi Wei via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 28 13:36:04 PDT 2017
Carrot added inline comments.
================
Comment at: test/CodeGen/PowerPC/pr32442.ll:2
+; RUN: llc -mtriple=powerpc64le-linux-gnu -mcpu=pwr8 < %s | FileCheck %s
+
+; CHECK-NOT: clrldi
----------------
echristo wrote:
> Throw the PR number in here as a comment?
It is contained in the filename.
https://reviews.llvm.org/D31407
More information about the llvm-commits
mailing list