16 lines · plain
1; RUN: llvm-c-test --calc <%s | FileCheck %s2 3; constant folding4test 100 200 +5;CHECK: ModuleID = 'test'6;CHECK: define i64 @test7;CHECK: {8;CHECK: ret i64 3009;CHECK: }10 11arg1 0 @ 0 @ * 1 @ 1 @ * +12;CHECK: ModuleID = 'arg1'13;CHECK: getelementptr14;CHECK: load15;CHECK: ret16