[all-commits] [llvm/llvm-project] 5ec036: [AArch64] Protect against mismatching sizes in UMO...

David Green via All-commits all-commits at lists.llvm.org
Tue Jun 9 06:45:58 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ec036aba1243801320611f23f644707496e69c9
      https://github.com/llvm/llvm-project/commit/5ec036aba1243801320611f23f644707496e69c9
  Author: David Green <david.green at arm.com>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
    M llvm/test/CodeGen/AArch64/ldst-opt-umov-fpr-store.mir

  Log Message:
  -----------
  [AArch64] Protect against mismatching sizes in UMOV combine. (#202116)

This fixes an issue from #199139 where a later revision was not checking
the connection between the size of the UMOV and the size of the store.
This adds a check, based on the register sizes and the memory size from
the MMO.



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