mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
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
This commit is contained in:
parent
5659dd1af8
commit
0850978368
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user