[PATCH] D127671: [AMDGPU] Add new GFX11 intrinsic llvm.amdgcn.exp.row

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 03:25:42 PDT 2022


foad marked an inline comment as done.
foad added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/llvm.amdgcn.exp.row.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -march=amdgcn -mcpu=gfx1100 -verify-machineinstrs < %s | FileCheck %s
+
----------------
foad wrote:
> arsenm wrote:
> > Missing global-isel run line
> Good point. The globalisel implementation was not finished.
Fixed now. Please take another look.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127671



More information about the llvm-commits mailing list