[PATCH] D54032: [ARM][ARMCGP] Remove unecessary zexts and truncs

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 2 08:23:48 PDT 2018


samparker updated this revision to Diff 172365.
samparker retitled this revision from "[ARM] Add some asserts to ARMCGP" to "[ARM][ARMCGP] Remove unecessary zexts and truncs".
samparker edited the summary of this revision.
samparker added a comment.

Fixed a bug that allowed zext to be generated with the same source and destination types.


https://reviews.llvm.org/D54032

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: D54032.172365.patch
Type: text/x-patch
Size: 8150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181102/ee21fcd2/attachment-0001.bin>


More information about the llvm-commits mailing list