[SLPVectorizer] Use getAPInt() for comparison. NFCI.
Technically integers can assert on getZExtValue() if beyond i64 range, and a fuzzer usually find this.....
Loading
Please sign in to comment
Technically integers can assert on getZExtValue() if beyond i64 range, and a fuzzer usually find this.....