[all-commits] [llvm/llvm-project] 2d8938: [CodeGen] Avoid more pointer element type accesses
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Dec 16 07:34:26 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d89382b5a21423180c7860163bb0e4cd3082e4b
https://github.com/llvm/llvm-project/commit/2d89382b5a21423180c7860163bb0e4cd3082e4b
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGDecl.cpp
Log Message:
-----------
[CodeGen] Avoid more pointer element type accesses
This is enough to build sqlite3 with opaque pointers.
More information about the All-commits
mailing list