[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / WebAssembly / main-three-args.ll
blob77b3e5b8c30631a202390d20a2c476a260488537
1 ; RUN: llc < %s -asm-verbose=false | FileCheck %s
3 ; Test that main function with a non-standard third argument is
4 ; not wrapped.
6 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
7 target triple = "wasm32-unknown-unknown"
9 define i32 @main(i32 %a, i8** %b, i8** %c) {
10   ret i32 0
13 ; CHECK-LABEL: main:
14 ; CHECK-NEXT: .functype main (i32, i32, i32) -> (i32)
16 ; CHECK-NOT: __original_main: