From 0850978368ebc0271ed46ee2bbded9a5af42e27b Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Mon, 15 Jul 2002 18:18:45 +0000 Subject: [PATCH] Added duplicate constant expressions to test uniqueness support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2908 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/constexpr.ll | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/test/Feature/constexpr.ll b/test/Feature/constexpr.ll index aef668e1457..7fbb5aa244d 100644 --- a/test/Feature/constexpr.ll +++ b/test/Feature/constexpr.ll @@ -68,5 +68,19 @@ global float 0.0 ;; TODO: Test constant expressions for unary and binary operators ;;--------------------------------------------------------- + +;;--------------------------------------------------- +;; Test duplicate constant expressions +;;--------------------------------------------------- + +%t4 = global int** cast uint** %t3 + +%char8a = global int* cast sbyte* getelementptr([11x sbyte]* %somestr, uint 0, uint 8) + +%S3fld3 = global float* getelementptr (%SAType** %S3, uint 0, uint 0, ubyte 1, ubyte 0, uint 0) + + +;;--------------------------------------------------- + implementation -- 2.34.1