[all-commits] [llvm/llvm-project] 10def7: [AArch64][GlobalISel] Tighten up some legal types ...

David Green via All-commits all-commits at lists.llvm.org
Tue Apr 28 22:18:54 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10def779b8785f79b006d1edc0a1adebd696d740
      https://github.com/llvm/llvm-project/commit/10def779b8785f79b006d1edc0a1adebd696d740
  Author: David Green <david.green at arm.com>
  Date:   2026-04-29 (Wed, 29 Apr 2026)

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp

  Log Message:
  -----------
  [AArch64][GlobalISel] Tighten up some legal types (#194785)

This tightens up some of the legal types from scalar any types to the
correct
integer or floating point types. Some are still not changed, like trunc
and
zext/sext. Type independant operations like loads, stores, vector
operations,
selects etc all still correctly use scalar any types.



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