You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
272 B

; RUN: llvm-c-test --calc <%s | FileCheck %s
; constant folding
test 100 200 +
;CHECK: ModuleID = 'test'
;CHECK: define i64 @test
;CHECK: {
;CHECK: ret i64 300
;CHECK: }
arg1 0 @ 0 @ * 1 @ 1 @ * +
;CHECK: ModuleID = 'arg1'
;CHECK: getelementptr
;CHECK: load
;CHECK: ret