[PATCH] D122471: [IR] Require intrinsic struct return type to be anonymous

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 07:57:20 PDT 2022


nikic added a comment.

Oh wait, do I see correctly that your intrinsic returns an overloaded type that happens to be a struct, rather than returning a struct defined in the intrinsic definition? I hadn't considered that case, and it's possible the auto-upgrade code is broken for that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122471



More information about the llvm-commits mailing list