[all-commits] [llvm/llvm-project] 0886fd: [SCEVExpander] Remove unnecessary mul/udiv check (...

Nikita Popov via All-commits all-commits at lists.llvm.org
Sun Aug 29 11:48:10 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0886fd5b3a374525c382145deee7049ec1d0fe91
      https://github.com/llvm/llvm-project/commit/0886fd5b3a374525c382145deee7049ec1d0fe91
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-08-29 (Sun, 29 Aug 2021)

  Changed paths:
    M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp

  Log Message:
  -----------
  [SCEVExpander] Remove unnecessary mul/udiv check (NFC)

Pointer-typed SCEV expressions can no longer be mul or udiv, so
we do not need to specially handle them here.




More information about the All-commits mailing list