repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git]
/
test
/
CodeGen
/
WebAssembly
/
ident.ll
blob
8f00e94da1f43beef43e110bf40abea399952b2b
1
; RUN: llc < %s -asm-verbose=false -wasm-keep-registers | FileCheck %s
2
3
; Test llvm.ident.
4
5
target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
6
target triple = "wasm32-unknown-unknown"
7
8
; CHECK: .ident "hello world"
9
10
!llvm.ident = !{!0}
11
12
!0 = !{!"hello world"}