[all-commits] [llvm/llvm-project] 6ec02f: [AArch64] Refactor redundant PTEST optimisations (...

Momchil Velikov via All-commits all-commits at lists.llvm.org
Tue Jun 18 00:01:21 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ec02f73163c1ef6443af024eec783c307f7d5bc
      https://github.com/llvm/llvm-project/commit/6ec02f73163c1ef6443af024eec783c307f7d5bc
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2024-06-18 (Tue, 18 Jun 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
    M llvm/lib/Target/AArch64/AArch64InstrInfo.h

  Log Message:
  -----------
  [AArch64] Refactor redundant PTEST optimisations (NFC) (#87802)

This patch refactors `AArch64InstrInfo::optimizePTestInstr` to simplify
the convoluted conditions and control flow
and make it easier to add the optimisation in
https://github.com/llvm/llvm-project/pull/81141



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