[llvm] [AMDGPU] Compute GISel KnownBits for S_BFE instructions (PR #141588)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 07:04:22 PDT 2025
================
@@ -0,0 +1,139 @@
+# NOTE: Assertions have been autogenerated by utils/update_givaluetracking_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx900 -passes="print<gisel-value-tracking>" %s -o /dev/null 2>&1 | FileCheck %s
----------------
arsenm wrote:
```suggestion
# RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx900 -passes='print<gisel-value-tracking>' %s -filetype=null 2>&1 | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/141588
More information about the llvm-commits
mailing list