[llvm] IR: introduce struct with CmpInst::Predicate and samesign (PR #116867)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 01:57:33 PST 2024


================
@@ -51,6 +51,7 @@ template <class T, unsigned n> class SmallSetVector;
 class TargetLibraryInfo;
 class Type;
 class Value;
+class CmpPredicate;
----------------
nikic wrote:

Forward-declares out of order.

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


More information about the llvm-commits mailing list