[llvm] [ValueTracking] Use SimplifyQuery in some public APIs (NFC) (PR #68290)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 5 03:39:28 PDT 2023


================
@@ -39,7 +40,6 @@ struct KnownBits;
 class Loop;
 class LoopInfo;
 class MDNode;
-struct SimplifyQuery;
----------------
fhahn wrote:

Can the forward declaration be retained instead of including the header here?

https://github.com/llvm/llvm-project/pull/68290


More information about the llvm-commits mailing list