summaryrefslogtreecommitdiff
path: root/test/regress/regress2
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2020-12-02 06:22:56 +0100
committerGitHub <noreply@github.com>2020-12-01 23:22:56 -0600
commit901cea314c4dc3be411c345e42c858063fe5aa1b (patch)
tree413b99fb49ef53f2394fe6cf89e0d618f49eac08 /test/regress/regress2
parent558efa2593fda09235c5f2163836771680d3442a (diff)
Add regressions from #3687. (#5553)
The error from #3687 has been fixed in the meantime. This PR adds the two examples from this issue as regressions. Closes #3687
Diffstat (limited to 'test/regress/regress2')
-rw-r--r--test/regress/regress2/issue3687-check-models.smt251
1 files changed, 51 insertions, 0 deletions
diff --git a/test/regress/regress2/issue3687-check-models.smt2 b/test/regress/regress2/issue3687-check-models.smt2
new file mode 100644
index 000000000..02f7754cf
--- /dev/null
+++ b/test/regress/regress2/issue3687-check-models.smt2
@@ -0,0 +1,51 @@
+; COMMAND-LINE: --check-models
+; EXPECT: sat
+(set-logic QF_ABV)
+(declare-fun c () (_ BitVec 32))
+(declare-fun a () (Array (_ BitVec 32) (_ BitVec 8)))
+(declare-fun b () (_ BitVec 32))
+(assert (let ((a!1 (bvxnor (concat #x000000 (select a (bvadd c #x00000001))) #x00000008))
+ (a!3 (bvsdiv (concat #x000000 (select a (bvadd c #x00000002))) #x00000010))
+ (a!4 (bvudiv (concat #x000000 (select a (bvashr c #x00000003)))
+ #x00000018))
+ (a!5 (select a
+ (bvxor (bvsub (bvnand c #x00000004) #x00000004) #x00000000)))
+ (a!6 (select a
+ (bvsdiv (bvsub (bvnand c #x00000004) #x00000004) #x00000001)))
+ (a!7 (select a
+ (bvadd (bvsub (bvnand c #x00000004) #x00000004) #x00000002)))
+ (a!9 (store a
+ (bvashr (bvurem (bvnand c #x00000004) #x00000004) #x00000001)
+ ((_ extract 7 0) (bvxnor b #x00000008))))
+ (a!11 (bvnand (bvurem (bvsub (bvnand c #x00000004) #x00000004) #x00000004)
+ #x00000008)))
+(let ((a!2 (bvnor (concat #x000000 (select a (bvsmod c #x00000000))) a!1))
+ (a!8 (bvlshr (bvor (concat #x000000 a!5)
+ (bvmul (concat #x000000 a!6) #x00000008))
+ (bvand (concat #x000000 a!7) #x00000010)))
+ (a!10 (store a!9
+ (bvshl (bvurem (bvnand c #x00000004) #x00000004) #x00000000)
+ ((_ extract 7 0) b)))
+ (a!12 (bvsub (concat #x000000 (select a (bvashr a!11 #x00000001)))
+ #x00000008))
+ (a!14 (bvxnor (concat #x000000 (select a (bvxnor a!11 #x00000002)))
+ #x00000010))
+ (a!15 (bvxor (concat #x000000 (select a (bvsub a!11 #x00000003)))
+ #x00000018)))
+(let ((a!13 (bvor (concat #x000000 (select a (bvmul a!11 #x00000000))) a!12)))
+(let ((a!16 ((_ extract 7 0)
+ (bvmul (bvurem (bvurem a!13 a!14) a!15) #x00000018)))
+ (a!17 ((_ extract 7 0) (bvor (bvurem (bvurem a!13 a!14) a!15) #x00000010)))
+ (a!18 ((_ extract 7 0)
+ (bvnor (bvurem (bvurem a!13 a!14) a!15) #x00000008))))
+(let ((a!19 (store (store (store (store a!10 #x08053e77 a!16) #x08053e76 a!17)
+ #x08053e75
+ a!18)
+ #x08053e74
+ ((_ extract 7 0) (bvurem (bvurem a!13 a!14) a!15)))))
+(let ((a!20 (select a!19
+ (bvadd (bvsub (bvnand c #x00000004) #x00000004) #x00000003))))
+(let ((a!21 (distinct (bvsdiv (bvsmod a!2 a!3) a!4)
+ (bvshl a!8 (bvshl (concat #x000000 a!20) #x00000018)))))
+ (= #b1 (bvashr (ite (or a!21) #b1 #b0) #b1))))))))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback