[PATCH] D31407: [PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 14:32:16 PDT 2017


echristo 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:
> Carrot wrote:
> > echristo wrote:
> > > Throw the PR number in here as a comment?
> > It is contained in the filename.
> So it is. Perhaps a more descriptive filename and a link to the PR :)
Any reason this can't go into the other file?


https://reviews.llvm.org/D31407





More information about the llvm-commits mailing list