[PATCH] D154422: [AMDGPU] Add new BFI intrinsic

Thomas Symalla via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 4 02:59:39 PDT 2023


tsymalla added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/bfi_nested.ll:3
-; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefix=GCN %s
-
-define float @v_bfi_single_nesting_level(float %x, float %y, float %z) {
----------------
arsenm wrote:
> Why lose a test
Because that was implemented as base for the bementioned, abandoned BFI patch which was never merged.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154422



More information about the llvm-commits mailing list