[all-commits] [llvm/llvm-project] d7c756: [clang][ExprConst] Call `FastEvaluateAsRValue` in ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Aug 1 08:47:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7c75629b27ce9fbe4f423247fcd2af9e038ef01
https://github.com/llvm/llvm-project/commit/d7c75629b27ce9fbe4f423247fcd2af9e038ef01
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M clang/lib/AST/ExprConstant.cpp
Log Message:
-----------
[clang][ExprConst] Call `FastEvaluateAsRValue` in `isCXX11ConstantExpr` (#151466)
This was one case where we didn't call `FastEvaluateAsRValue` before
going through `EvaluateAsRValue`.
Also replace the `EvalResult` parameter with an `APValue` one, since
`FastEvaluateAsRVaule` only needs that.
Small gains:
https://llvm-compile-time-tracker.com/compare.php?from=112af8e62e734938547d50eeb7b416c8dd666f45&to=b2ea804b9e22b7f37eb1b07b01c0a8057275fe4a&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