[all-commits] [llvm/llvm-project] f975ae: [CodeGen][typeid] Emit typeinfo directly if type i...
ZequanWu via All-commits
all-commits at lists.llvm.org
Tue Sep 15 12:17:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f975ae4867d1fdfaba11a3ec7e479da8fbfd82d8
https://github.com/llvm/llvm-project/commit/f975ae4867d1fdfaba11a3ec7e479da8fbfd82d8
Author: Zequan Wu <zequanwu at google.com>
Date: 2020-09-15 (Tue, 15 Sep 2020)
Changed paths:
M clang/include/clang/AST/ExprCXX.h
M clang/lib/AST/ExprCXX.cpp
M clang/lib/CodeGen/CGExprCXX.cpp
M clang/test/CodeGenCXX/microsoft-abi-typeid.cpp
Log Message:
-----------
[CodeGen][typeid] Emit typeinfo directly if type is known at compile-time
Differential Revision: https://reviews.llvm.org/D87425
More information about the All-commits
mailing list