[PATCH] D74617: [ARM] Keeping sign information on bitcasts for Neon vdot_lane intrinsics

Lucas Prates via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 5 08:45:38 PST 2020


pratlucas added a comment.

This patch by itself is a NFC. It aims to enable the proper overload resolution of intrinsic calls when using the `call_mangled` operation introduced on D74618 <https://reviews.llvm.org/D74618>.
To make this more clear, I'll discard this review and merge this changes into D74619 <https://reviews.llvm.org/D74619>, where `call_mangled` gets used.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74617





More information about the cfe-commits mailing list