[all-commits] [llvm/llvm-project] 8a557d: [AArch64][GlobalISel] Widen extloads before clampi...

Jessica Paquette via All-commits all-commits at lists.llvm.org
Thu Aug 5 16:14:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a557d8311593627efd08d03178889971d5ae02b
      https://github.com/llvm/llvm-project/commit/8a557d8311593627efd08d03178889971d5ae02b
  Author: Jessica Paquette <jpaquette at apple.com>
  Date:   2021-08-05 (Thu, 05 Aug 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-extload.mir

  Log Message:
  -----------
  [AArch64][GlobalISel] Widen extloads before clamping during legalization

Allows us to avoid awkward type breakdowns on types like s88, like the other
commits.

Differential Revision: https://reviews.llvm.org/D107587




More information about the All-commits mailing list