[PATCH] D78969: [clang][OpenMP] Fix getNDSWDS for aarch64.

Francesco Petrogalli via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 30 07:56:15 PDT 2020


fpetrogalli added a comment.

In D78969#2012591 <https://reviews.llvm.org/D78969#2012591>, @jdoerfert wrote:

> Is the NDS and WDS number never visible in the IR, e.g., as part of the name?


Hang on, thanks for asking the question, maybe I can work something out here! :)

They won't be visible in IR directly, but they are part of an expression that is used to compute the number of lanes in the mangled name.

I'll come up with an IR check.

Thanks!

Francesco


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78969





More information about the cfe-commits mailing list