hoyFB added a comment.
Thanks for the nice cleanup!
================
Comment at: llvm/include/llvm/Analysis/TargetLibraryInfo.h:456
+ TargetLibraryAnalysis(const Triple &T)
+ : BaselineInfoImpl(TargetLibraryInfoImpl(T)) {}
+ TargetLibraryAnalysis(const TargetLibraryInfoImpl &BaselineInfoImpl)
----------------
Can `T` just be used here? `TargetLibraryInfoImpl` comes with a such
constructor: `TargetLibraryInfoImpl(const Triple &T)`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77952/new/
https://reviews.llvm.org/D77952
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits