[PATCH] D149795: [AMDGPU] Add gfx940 to fp64 atomic tests in global ISel

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 03:31:05 PST 2023


foad added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/GlobalISel/fp64-atomics-gfx90a.ll:3
 ; RUN: llc -global-isel -march=amdgcn -mcpu=gfx90a -verify-machineinstrs < %s | FileCheck %s -check-prefix=GFX90A
+; RUN: llc < %s -march=amdgcn -mcpu=gfx940 -verify-machineinstrs | FileCheck %s -check-prefix=GFX940
 
----------------
This didn't actually enable GlobalISel. Fixed in 47f29043f07e.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149795



More information about the llvm-commits mailing list