[all-commits] [llvm/llvm-project] 0702d4: [GlobalIsel][X86] Move G_ICMP legalization before ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Jun 4 09:02:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0702d4e04df906cf011950b2aa8ba08bc63d463e
      https://github.com/llvm/llvm-project/commit/0702d4e04df906cf011950b2aa8ba08bc63d463e
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-06-04 (Sun, 04 Jun 2023)

  Changed paths:
    M llvm/lib/Target/X86/X86LegalizerInfo.cpp

  Log Message:
  -----------
  [GlobalIsel][X86] Move G_ICMP legalization before legacy handling and merge 32-bit/64-bit handling

I've kept the legalForCartesianProduct call, but this requires us to maintain 32-bit/64-bit integer lists - we might want to just use legalIf and perform the type pair set matching manually.




More information about the All-commits mailing list