[PATCH] D21806: [SPARC] Implement shouldExtI32* hooks.

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 11:09:33 PDT 2016


koriakin created this revision.
koriakin added a reviewer: lero_chris.
koriakin added a subscriber: llvm-commits.
koriakin set the repository for this revision to rL LLVM.
Herald added a subscriber: jyknight.

On Sparc V9, i32 parameters corresponding to C-level int or unsigned int
need signext or zeroext attribute, respectively.  Fill the TTI hooks so
that LLVM passes inserting library calls with such parameters know to use
the attribute.

Repository:
  rL LLVM

http://reviews.llvm.org/D21806

Files:
  lib/Target/Sparc/LLVMBuild.txt
  lib/Target/Sparc/SparcTargetMachine.cpp
  lib/Target/Sparc/SparcTargetMachine.h
  lib/Target/Sparc/SparcTargetTransformInfo.h
  test/Instrumentation/InstrProfiling/icall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21806.62116.patch
Type: text/x-patch
Size: 5105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160628/05a99cc3/attachment.bin>


More information about the llvm-commits mailing list