[llvm] [llvm][Support][NFC] Disentangle SpecialCaseList parsing and matching (PR #116800)
Boaz Brickner via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 04:17:26 PST 2024
================
@@ -66,6 +68,27 @@ class FileSystem;
/// fun:cos=functional
/// fun:sin=functional
/// ---
+struct ParsedSpecialCaseList {
----------------
bricknerb wrote:
At this point, it seems like you can move this struct to be defined inside SpecialCaseList private section, as it's not part of SpecialCaseList API and not used outside that class.
https://github.com/llvm/llvm-project/pull/116800
More information about the llvm-commits
mailing list