[PATCH] D139469: [AMDGPU] Enable OMod on more VOP3 instructions

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 23:13:15 PST 2022


foad added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/omod.ll:4
 ; RUN: llc -march=amdgcn -mcpu=fiji -verify-machineinstrs < %s | FileCheck --check-prefixes=VI %s
+; RUN: llc -march=amdgcn -mcpu=gfx1100 -verify-machineinstrs < %s | FileCheck --check-prefixes=GFX11 %s
 
----------------
Can you precommit this part?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139469



More information about the llvm-commits mailing list