[all-commits] [llvm/llvm-project] b0f8f3: [ExprConst] Handle floating- and char literals in ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Dec 10 02:42:08 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0f8f32fdcdad3eeb98a3900f1a82c81393a0769
https://github.com/llvm/llvm-project/commit/b0f8f32fdcdad3eeb98a3900f1a82c81393a0769
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M clang/lib/AST/ExprConstant.cpp
Log Message:
-----------
[ExprConst] Handle floating- and char literals in FastEvaluateAsRValue (#118294)
This is part of a three-patch series that results in some nice (but not
substantial) compile-time improvements:
http://llvm-compile-time-tracker.com/compare.php?from=fe1c4f0106fe4fd6d61c38ba46e71fda8f4d1573&to=0824d621b2c035a3befb564153b31309a9a79d97&stat=instructions%3Au
The results for just this patch are here:
http://llvm-compile-time-tracker.com/compare.php?from=fe1c4f0106fe4fd6d61c38ba46e71fda8f4d1573&to=6f7f51b476a37dc7c80427fede077e6798a83be8&stat=instructions:u
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list