[llvm] [LLVM][InstSimplify] Add folds for SVE integer reduction intrinsics. (PR #167519)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 11 07:25:12 PST 2025
================
@@ -183,6 +183,23 @@ bool Constant::isMinSignedValue() const {
return false;
}
+bool Constant::isMaxSignedValue() const {
----------------
paulwalker-arm wrote:
This is just a clone of isMinSignedValue with `s/Min/Max/`.
https://github.com/llvm/llvm-project/pull/167519
More information about the llvm-commits
mailing list