[llvm] [InstSimplify] Add roundeven constant-propagation tests (PR #170688)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 4 09:10:36 PST 2025


================
@@ -0,0 +1,165 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -S -passes=early-cse -earlycse-debug-hash < %s | FileCheck %s
----------------
nikic wrote:

```suggestion
; RUN: opt -S -passes=instsimplify < %s | FileCheck %s
```

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


More information about the llvm-commits mailing list