[PATCH] D76283: [IRBuilder] Use preferred target type for len argument of memory intrinsic functions

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 17 15:56:24 PDT 2023


arsenm requested changes to this revision.
arsenm added a comment.
This revision now requires changes to proceed.
Herald added a project: All.

I think any size type should be valid for the intrinsic. Legalization should have to cast the type to the target libcall if that's how it chooses to implement the lowering


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76283



More information about the cfe-commits mailing list