[PATCH] D57686: [ARM CGP] Fix ConvertTruncs

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 14 05:26:29 PST 2019


samparker updated this revision to Diff 186824.
samparker added a comment.
Herald added a subscriber: srhines.

Updated the test labels. The AND that is used to convert the trunc still becomes a uxtb, so we just need to check that there's one after the division.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57686/new/

https://reviews.llvm.org/D57686

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57686.186824.patch
Type: text/x-patch
Size: 14815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190214/e24b6f18/attachment.bin>


More information about the llvm-commits mailing list