[PATCH] D86589: (Expensive) Check for Loop, SCC and Region pass return status
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 30 10:03:51 PDT 2020
MaskRay added inline comments.
Herald added a subscriber: danielkiss.
================
Comment at: llvm/lib/IR/StructuralHash.cpp:72
+
+uint64_t llvm::StructuralHash(const Function &F) {
+ details::StructuralHash H;
----------------
Probably not worth changing now.... many older functions are capitalized but they are in conflict with the `lowerCase` style for new functions
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86589/new/
https://reviews.llvm.org/D86589
More information about the llvm-commits
mailing list