[all-commits] [llvm/llvm-project] 15b687: [SCEV] Remove unnecessary cast code (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Sep 29 01:38:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 15b687131f52ad3cc4fcb93abe73b77e680b79bf
      https://github.com/llvm/llvm-project/commit/15b687131f52ad3cc4fcb93abe73b77e680b79bf
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-09-29 (Fri, 29 Sep 2023)

  Changed paths:
    M llvm/lib/Analysis/ScalarEvolution.cpp

  Log Message:
  -----------
  [SCEV] Remove unnecessary cast code (NFC)

The types should always match here. Possibly this is a leftover
from pre-opaque-pointers times.




More information about the All-commits mailing list