[PATCH] D115683: [clang][OpenMP] Add codegen for allocate directive's 'align' clause
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 15 15:08:22 PST 2021
ABataev added inline comments.
================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:980-983
+ CallInst *createOMPAlignedAlloc(const LocationDescription &Loc, Value *Align,
+ Value *Size, Value *Allocator,
+ std::string Name);
+
----------------
Maybe I missed something but where is the definition of this member function?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115683/new/
https://reviews.llvm.org/D115683
More information about the llvm-commits
mailing list