summaryrefslogtreecommitdiff
path: root/test/Feature/constexpr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/constexpr.ll')
-rw-r--r--test/Feature/constexpr.ll14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/Feature/constexpr.ll b/test/Feature/constexpr.ll
index aef668e145..7fbb5aa244 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