[all-commits] [llvm/llvm-project] 0852ac: [PowerPC] Remove itinerary IIC_LdStDCBA (#207227)

Kai Nacke via All-commits all-commits at lists.llvm.org
Thu Jul 16 07:55:35 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0852ac5649a0ac6959af6fbc2e4cf6cf4bad7238
      https://github.com/llvm/llvm-project/commit/0852ac5649a0ac6959af6fbc2e4cf6cf4bad7238
  Author: Kai Nacke <kai.peter.nacke at ibm.com>
  Date:   2026-07-16 (Thu, 16 Jul 2026)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCSchedule.td
    M llvm/lib/Target/PowerPC/PPCSchedule440.td
    M llvm/lib/Target/PowerPC/PPCScheduleA2.td
    M llvm/lib/Target/PowerPC/PPCScheduleE500.td
    M llvm/lib/Target/PowerPC/PPCScheduleE500mc.td
    M llvm/lib/Target/PowerPC/PPCScheduleE5500.td
    M llvm/lib/Target/PowerPC/PPCScheduleG3.td

  Log Message:
  -----------
  [PowerPC] Remove itinerary IIC_LdStDCBA (#207227)

The itinerary IIC_LdStDCBA is defined and used in scheduling models, but
no instruction is assigned to it. However, since the instruction is
basically retired (not part of the portable Power ISA), and all
scheduling models model it similar to IIC_LdStDCBF, the itinerary can be
removed.



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