[all-commits] [llvm/llvm-project] 7753ae: [SCEV] Remove unused alignof/offsetof print specia...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Feb 22 08:00:28 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7753ae8da24cf16f380eff4eaac6d414937acf8e
      https://github.com/llvm/llvm-project/commit/7753ae8da24cf16f380eff4eaac6d414937acf8e
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-02-22 (Wed, 22 Feb 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
    M llvm/lib/Analysis/ScalarEvolution.cpp

  Log Message:
  -----------
  [SCEV] Remove unused alignof/offsetof print special cases (NFC)

These shouldn't really reach SCEV without being folded away first,
and we don't have any tests that hit these cases.

The sizeof case does occur with scalable types.




More information about the All-commits mailing list