[PATCH] D100225: [Clang][AArch64] Coerce integer return values through an undef vector

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 11 11:56:18 PDT 2021


rjmccall added a comment.

AArch64 only has 64-bit integer registers, so of course the algorithm is specified that way.  LLVM could nonetheless choose to return an `i32`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100225



More information about the cfe-commits mailing list