[llvm] [ValueTracking] Add support for non-splat vecs in cmpExcludesZero (PR #68331)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 5 09:56:18 PDT 2023


================
@@ -8809,6 +8829,7 @@ static void setLimitsForSelectPattern(const SelectInst &SI, APInt &Lower,
     default:
       break;
   }
+
----------------
dtcxzyw wrote:

Drop the newline here.

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


More information about the llvm-commits mailing list