[PATCH] D122338: [OPENMP] Eliminate extra set of simd variant function attribute.

Jennifer Yu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 23 14:22:55 PDT 2022


jyu2 added a comment.

In D122338#3403414 <https://reviews.llvm.org/D122338#3403414>, @ABataev wrote:

> If ParamPositions grows, it means that the item is not found. Is it correct behavior if the compiler inserts new item in the ParamPositions map?

I see.  Thanks!  Then it seems ParamPositions need to be set for each function decl otherwise PVD can not find.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122338



More information about the cfe-commits mailing list