[PATCH] D135782: [AMDGPU] Add GFX11 tests for fcmp and ballot. NFC

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 12:41:48 PDT 2022


Joe_Nash marked 2 inline comments as done.
Joe_Nash added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/v_cmp_gfx11.ll:3
 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1100 -verify-machineinstrs < %s | FileCheck -check-prefixes=CHECK %s
 
+define amdgpu_kernel void @icmp_test() {
----------------
arsenm wrote:
> global-isel=1 and =0 lines?
It appears that global-isel selection for 16 bit types in llvm.amdgcn.icmp and even 32 bit types for llvm.amdgcn.fcmp is incomplete. Therefore I will file a ticket but not fix it in this patch. https://github.com/llvm/llvm-project/issues/58326


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135782/new/

https://reviews.llvm.org/D135782



More information about the llvm-commits mailing list