[llvm] InstSimplify: teach simplifyICmpWithConstant about samesign (PR #125899)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 08:28:09 PST 2025


================
@@ -32,6 +32,7 @@
 #define LLVM_IR_CONSTANTRANGE_H
 
 #include "llvm/ADT/APInt.h"
+#include "llvm/IR/CmpPredicate.h"
----------------
nikic wrote:

Forward declare?

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


More information about the llvm-commits mailing list