[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / ARM / thread_pointer.ll
blobc6318a58277cdae30a6ef7769be79a24fc195b67
1 ; RUN: llc -mtriple arm-linux-gnueabi -filetype asm -o - %s | FileCheck %s
3 declare i8* @llvm.thread.pointer()
5 define i8* @test() {
6 entry:
7   %tmp1 = call i8* @llvm.thread.pointer()
8   ret i8* %tmp1
11 ; CHECK: bl __aeabi_read_tp