[all-commits] [llvm/llvm-project] 23fd64: [SLP] remove dead null check; NFC

RotateRight via All-commits all-commits at lists.llvm.org
Tue Mar 9 14:43:34 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 23fd647cc6b8d25076188492e6424eee60c31326
      https://github.com/llvm/llvm-project/commit/23fd647cc6b8d25076188492e6424eee60c31326
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

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

  Log Message:
  -----------
  [SLP] remove dead null check; NFC

We cast<> to Instruction (not dyn_cast<>), so we already
required/assumed that Cmp is not null.




More information about the All-commits mailing list