[llvm] [ConstraintElim] Extend `checkOrAndOpImpliedByOther` to handle and/or expr trees. (PR #117123)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 04:06:40 PST 2024


================
@@ -0,0 +1,36 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -p constraint-elimination -S %s | FileCheck %s
+
+define void @f(i32 noundef %v0, i32 noundef %v1, i32 noundef %v2) {
----------------
fhahn wrote:

could you add variants of the test with different permutations of the AND's and add a version with OR's as well?

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


More information about the llvm-commits mailing list