[llvm] AMDGPU][True16][CodeGen] fold clamp update for true16 (PR #128919)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 13 01:34:48 PDT 2025
================
@@ -0,0 +1,121 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -march=amdgcn -mcpu=gfx1100 -run-pass si-fold-operands -mattr="+wavefrontsize32",+real-true16 -verify-machineinstrs -o - %s | FileCheck %s
+
+---
+name: fold_16bit_madmix_clamp
+tracksRegLiveness: true
+registers:
+body: |
+ bb.0.entry:
----------------
arsenm wrote:
```suggestion
bb.0:
```
https://github.com/llvm/llvm-project/pull/128919
More information about the llvm-commits
mailing list