[PATCH] D105067: [SystemZ] Emit .gnu_attribute for an externally visible vector abi.

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 08:18:13 PDT 2021


uweigand added a comment.

> I tried now to do it in LowerCall(), but as I did not find any way to set a flag at Module scope

You might want to look at the module flags metadata mechanism: https://llvm.org/docs/LangRef.html#module-flags-metadata
See the addModuleFlag / getModuleFlag routines.


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

https://reviews.llvm.org/D105067



More information about the llvm-commits mailing list