[all-commits] [llvm/llvm-project] d71738: AMDGPU/GlobalISel: Select icmp intrinsic

petar-avramovic via All-commits all-commits at lists.llvm.org
Tue Jun 30 01:58:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d7173826331eb2c263ecee607e86cebcf1c08ad7
      https://github.com/llvm/llvm-project/commit/d7173826331eb2c263ecee607e86cebcf1c08ad7
  Author: Petar Avramovic <Petar.Avramovic at amd.com>
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.icmp.ll

  Log Message:
  -----------
  AMDGPU/GlobalISel: Select icmp intrinsic

Select into corresponding V_CMP instruction based on CmpInst predicate,
stored as immediate, in last operand.

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




More information about the All-commits mailing list