[PATCH] D148092: [clang][CodeGen] Break up TargetInfo.cpp [4/6]
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 3 18:29:27 PDT 2023
efriedma added a comment.
Is there some alternative way we can write this? Even if each of the overrides is only technically used in one place, it's a repeating pattern, and writing the casts inline makes it really hard to read. (Maybe the helpers can be somewhere else?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148092/new/
https://reviews.llvm.org/D148092
More information about the cfe-commits
mailing list