[all-commits] [llvm/llvm-project] 47eb4f: [CGOpenMPRuntime] Specify correct type in EmitLoad...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Mar 23 03:51:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47eb4f7dcd845878b16a53dadd765195b9c24b6e
https://github.com/llvm/llvm-project/commit/47eb4f7dcd845878b16a53dadd765195b9c24b6e
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/test/OpenMP/depobj_codegen.cpp
M clang/test/OpenMP/task_codegen.c
Log Message:
-----------
[CGOpenMPRuntime] Specify correct type in EmitLoadOfPointerLValue()
Perform a bitcast first, so we can specify the correct pointer type
inf EmitLoadOfPointerLValue(), rather than using a dummy void pointer.
More information about the All-commits
mailing list