[llvm] [LVI] Learn value ranges from ctpop results (PR #121945)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 07:40:48 PST 2025


================
@@ -0,0 +1,102 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -passes=correlated-propagation %s | FileCheck %s
+
+declare void @use(i1)
+
+define void @ctpop(i8 %v) {
----------------
nikic wrote:

Can you please split this into four tests, rather than having all of them in one function?

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


More information about the llvm-commits mailing list