[all-commits] [llvm/llvm-project] d52f5e: [SLPVectorizer] Use getAPInt() for comparison. NFCI.

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Oct 30 09:17:48 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d52f5ed01a2a46a81555ee1b655c6b682c4dbd6c
      https://github.com/llvm/llvm-project/commit/d52f5ed01a2a46a81555ee1b655c6b682c4dbd6c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

  Log Message:
  -----------
  [SLPVectorizer] Use getAPInt() for comparison. NFCI.

Technically integers can assert on getZExtValue() if beyond i64 range, and a fuzzer usually find this.....




More information about the All-commits mailing list