[all-commits] [llvm/llvm-project] 2ae8be: [ARM][GlobalISel] Remove legacy legalizer rules (#...

Pierre van Houtryve via All-commits all-commits at lists.llvm.org
Fri Feb 23 01:29:10 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ae8bee8f11f8d5cc26cf6b4bb71001706ca0104
      https://github.com/llvm/llvm-project/commit/2ae8bee8f11f8d5cc26cf6b4bb71001706ca0104
  Author: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
    M llvm/lib/Target/ARM/ARMLegalizerInfo.cpp

  Log Message:
  -----------
  [ARM][GlobalISel] Remove legacy legalizer rules (#82619)

I've been looking at LegacyLegalizerInfo and what its place in GISel is.
It seems like it's very close to being deleted so I'm checking if we can
remove the last remaining uses of it.

Looks like we can do a drop-in replacement with the new legalizer for
ARM.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list