[llvm] [AMDGPU] Implement IR expansion for frem instruction (PR #130988)
Frederik Harwath via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 3 05:58:15 PDT 2025
================
@@ -0,0 +1,14 @@
+; RUN: llc -mtriple=amdgcn -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefix=GCN %s
+; XFAIL: *
----------------
frederik-h wrote:
This was extracted from dagcombine-select.ll. I deleted this file and added moved the TODO to the original test case in the former file.
https://github.com/llvm/llvm-project/pull/130988
More information about the llvm-commits
mailing list