Fix TR optimizer test.
original commit: 6c08632f359f9d8c3adccc7780e7c731fd2fb9cf
This commit is contained in:
parent
e0f4cc9f9f
commit
1549252c7b
|
@ -1,7 +1,7 @@
|
|||
#;#;
|
||||
#<<END
|
||||
TR opt: vector-bounds-check.rkt 28:0 (vector-ref (make-my-vector) 0) -- vector partial bounds checking elimination
|
||||
TR opt: vector-bounds-check.rkt 29:0 (flvector-ref (make-my-flvector) 0) -- flvector partial bounds checking elimination
|
||||
TR opt: vector-bounds-check.rkt 29:0 (flvector-ref (make-my-flvector) (ann 0 Fixnum)) -- flvector partial bounds checking elimination
|
||||
END
|
||||
#<<END
|
||||
1.0
|
||||
|
@ -26,4 +26,4 @@ END
|
|||
(flvector 1.0 2.0 3.0))
|
||||
|
||||
(vector-ref (make-my-vector) 0)
|
||||
(flvector-ref (make-my-flvector) 0)
|
||||
(flvector-ref (make-my-flvector) (ann 0 Fixnum))
|
||||
|
|
Loading…
Reference in New Issue
Block a user