[PATCH] D81260: [AMDGPU][NFC] Skip processing intrinsics that do not become real instructions

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 15:43:35 PDT 2020


rampitec added a comment.

In D81260#2077613 <https://reviews.llvm.org/D81260#2077613>, @dfukalov wrote:

> In D81260#2077371 <https://reviews.llvm.org/D81260#2077371>, @rampitec wrote:
>
> > But how did it work?! It should have skipped any call which is not a lifetime intrinsic.
>
>
> It parsed function name and realized that it is not a mangled library function


I assume it never did anything to a library function on which it were supposed to work, not since that check was added.

Which means we have no single test for that. Which in turn means we need to add this test now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81260





More information about the llvm-commits mailing list