[llvm] [GlobalISel] Add computeNumSignBits for SHL (PR #152067)

Yi-Chi Lee via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 5 19:46:19 PDT 2025


================
@@ -0,0 +1,110 @@
+# NOTE: Assertions have been autogenerated by utils/update_givaluetracking_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple aarch64 -passes="print<gisel-value-tracking>" %s -o - 2>&1 | FileCheck %s
+
+---
+name:            Cst
----------------
yichi170 wrote:

I updated the test. Let me know if it doesn't align with what you expect!

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


More information about the llvm-commits mailing list