[all-commits] [llvm/llvm-project] a9656b: [CodeGen][OpenMP] Make EmitLoadOfPointer() type co...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Mar 22 01:38:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9656bd1bc3792b81ad5a7277bdf7d8159b3b924
https://github.com/llvm/llvm-project/commit/a9656bd1bc3792b81ad5a7277bdf7d8159b3b924
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/target_data_use_device_addr_codegen.cpp
Log Message:
-----------
[CodeGen][OpenMP] Make EmitLoadOfPointer() type consistent
If necessary insert a bitcast beforehand, so the LLVM-level pointer
type and the Clang-level pointer type line up.
More information about the All-commits
mailing list