[llvm] [ValueTracking] Improve KnownBits for signed min-max clamping (PR #120576)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 06:35:25 PST 2024
================
@@ -0,0 +1,174 @@
+; RUN: opt < %s -passes=aggressive-instcombine -mtriple=x86_64 -S | FileCheck %s
----------------
dtcxzyw wrote:
Please use `llvm/utils/update_test_checks.py`. See also https://llvm.org/docs/InstCombineContributorGuide.html#use-update-test-checks-py.
https://github.com/llvm/llvm-project/pull/120576
More information about the llvm-commits
mailing list