[llvm] Improved AMDGPU Lowering of abs(i16) and -abs(i16) (PR #165626)

Juan Manuel Martinez CaamaƱo via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 30 02:23:00 PDT 2025


================
@@ -0,0 +1,22 @@
+; RUN: llc -mtriple=amdgcn-- -mcpu=gfx900 < %s | FileCheck %s
----------------
jmmartinez wrote:

Can you run `update_llc_test_checks.py` over this file ?

Please add a GISel test line too.

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


More information about the llvm-commits mailing list