[PATCH] D35662: AMDGPU: Add encoding for carryless add/sub instructions

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 10:38:36 PDT 2017


arsenm added a comment.

In https://reviews.llvm.org/D35662#816385, @dp wrote:

> Looks good.
>  As an aside note, should _co_ aliases be added as well?


Yes. We also probably need to do something about printing these back out as v_add_i32 rather than u32. I'm not sure what the proper thing to do is for naming any of these instructions in the backend, since renaming these really made a mess.


https://reviews.llvm.org/D35662





More information about the llvm-commits mailing list