[llvm] [ValueTracking] Use SimplifyQuery in some public APIs (NFC) (PR #68290)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 9 16:02:25 PDT 2023
================
@@ -39,7 +40,6 @@ struct KnownBits;
class Loop;
class LoopInfo;
class MDNode;
-struct SimplifyQuery;
----------------
fhahn wrote:
I think in general we often try to limit includes in headers if forward declarations are sufficient. I don't have any strong feelings about this case, if it is overall beneficial to include it in the header that would be fine.
https://github.com/llvm/llvm-project/pull/68290
More information about the llvm-commits
mailing list