[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
Wed Jun 7 15:16:17 PDT 2017


Carrot updated this revision to Diff 101824.
Carrot added a comment.

The first commit triggered bug pr32608, and was reverted by r299153. Now the bug has been fixed by r304001, so I will try to commit it again. Unfortunately INITIALIZE_TM_PASS has been removed and TargetMachine access mechanism is changed, so I modified the patch to use new mechanism.

Please take another look.


https://reviews.llvm.org/D31407

Files:
  lib/Target/PowerPC/PPCBoolRetToInt.cpp
  test/CodeGen/PowerPC/BoolRetToIntTest-2.ll
  test/CodeGen/PowerPC/BoolRetToIntTest.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31407.101824.patch
Type: text/x-patch
Size: 8889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170607/6cdd6f92/attachment.bin>


More information about the llvm-commits mailing list