[llvm] [AMDGPU] Handle CreateBinOp not returning BinaryOperator (PR #137791)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 29 05:14:06 PDT 2025


================
@@ -0,0 +1,11 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a -O1 < %s | FileCheck -check-prefix=GCN %s
----------------
arsenm wrote:

Test file name doesn't make sense, can you add this case to one of the existing div-rem IR expansion tests 

https://github.com/llvm/llvm-project/pull/137791


More information about the llvm-commits mailing list