[all-commits] [llvm/llvm-project] d930c3: [CodeGen] Pass element type to EmitCheckedInBounds...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Dec 15 05:03:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d930c3155c1ba5114ad12fc15635cb0a2480ac9f
https://github.com/llvm/llvm-project/commit/d930c3155c1ba5114ad12fc15635cb0a2480ac9f
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CodeGenFunction.h
Log Message:
-----------
[CodeGen] Pass element type to EmitCheckedInBoundsGEP()
Same as for other GEP creation methods.
More information about the All-commits
mailing list