[llvm] [AMDGPU] Fold redundant inf/nan checks into frexp instructions (PR #214936)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 8 01:46:53 PDT 2026
================
@@ -0,0 +1,528 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck -check-prefix=GFX9 %s
----------------
arsenm wrote:
Use subarch triples
https://github.com/llvm/llvm-project/pull/214936
More information about the llvm-commits
mailing list