[PATCH] D61381: [ARM][CGP] Guard against signext args and sitofp

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 07:44:06 PDT 2019


samparker created this revision.
samparker added reviewers: chill, petpav01.
Herald added subscribers: kristof.beyls, javed.absar.

Add an Argument that has the SExtAttr attached, as well as SIToFP instructions, as values that generate sign bits. SIToFP doesn't strictly do this and could be treated as a sink to be sign-extended.


https://reviews.llvm.org/D61381

Files:
  lib/Target/ARM/ARMCodeGenPrepare.cpp
  test/CodeGen/ARM/CGP/arm-cgp-casts.ll
  test/CodeGen/ARM/CGP/arm-cgp-signed.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61381.197551.patch
Type: text/x-patch
Size: 3827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190501/83741723/attachment.bin>


More information about the llvm-commits mailing list