[PATCH] D14064: Convert Returned Constant i1 Values to i32 on PPC64

Thomas Jablin via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 10 07:58:24 PST 2015


tjablin updated this revision to Diff 39811.
tjablin added a comment.

I have added some llvm::Statistics to collect data on how frequently booleans are promoted to integers, and fixed the spacing irregularity.


http://reviews.llvm.org/D14064

Files:
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/Scalar.h
  lib/Target/PowerPC/PPCTargetMachine.cpp
  lib/Transforms/Scalar/BoolRetToInt.cpp
  lib/Transforms/Scalar/CMakeLists.txt
  lib/Transforms/Scalar/Scalar.cpp
  test/Transforms/BoolRetToInt/BoolRetToIntTest.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14064.39811.patch
Type: text/x-patch
Size: 16910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151110/cf25d680/attachment.bin>


More information about the llvm-commits mailing list