[PATCH] D68019: [ARM][CGP] Allow signext arguments

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 00:46:51 PDT 2019


samparker added a comment.

We had a bug involving SIToFP and then I got worried about the signext arg in the reproducer too, as I had just forgotten that we explicitly zext any arguments used. Adding some profitability checks are on my todo list though.


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

https://reviews.llvm.org/D68019





More information about the llvm-commits mailing list