[PATCH] D106868: [AMDGPU] Legalize operands of V_ADDC_U32_e32 and friends

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 05:58:01 PDT 2021


foad added a comment.

The patch attached to https://bugs.llvm.org/show_bug.cgi?id=51217 tests this. I'm not sure how else to test it, because normally 64-bit add/sub gets selected to a pseudo, which is expanded to add_co/addc by some code in EmitInstrWithCustomInserter which already calls legalizeOperands on the addc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106868



More information about the llvm-commits mailing list