[all-commits] [llvm/llvm-project] 3c6edc: [AArch64][GlobalISel] Recognise some CCMPri

David Green via All-commits all-commits at lists.llvm.org
Mon Sep 5 11:43:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c6edc0b2f812503a802bdd9c5842a0a9396b8c1
      https://github.com/llvm/llvm-project/commit/3c6edc0b2f812503a802bdd9c5842a0a9396b8c1
  Author: David Green <david.green at arm.com>
  Date:   2022-09-05 (Mon, 05 Sep 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
    M llvm/test/CodeGen/AArch64/arm64-ccmp.ll

  Log Message:
  -----------
  [AArch64][GlobalISel] Recognise some CCMPri

This is a simple addition to emitConditionalComparison, to match CCMP
with immediates using getIConstantVRegValWithLookThrough, letting it
select the CCMPri variants of the instructions.

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




More information about the All-commits mailing list