[PATCH] D147267: [NFC][DebugInfo] Make Descriptions constexpr
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 12:02:44 PDT 2023
dblaikie accepted this revision.
dblaikie added a comment.
Sure - though could you check if there's any revision history that explains the comment further/motivates why this would be valuable? (I have some apprehension about making extra things constexpr as it can increase compile time excessively (forcing the frontend to check for evaluation - when the backend can more cheaply optimize it away later anyway))
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147267/new/
https://reviews.llvm.org/D147267
More information about the llvm-commits
mailing list