[llvm] [SCCP] Refine trunc with nsw/nuw flags (PR #87926)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 15:58:39 PDT 2024


================
@@ -0,0 +1,179 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt -passes=ipsccp -S %s | FileCheck %s
----------------
nikic wrote:

We usually use IPSCCP in tests because it uses PredicateInfo, while plain SCCP currently doesn't.

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


More information about the llvm-commits mailing list