hanchenye-llvm-project/llvm/test/CodeGen/X86/equiv_with_fndef.ll

11 lines
262 B
LLVM
Raw Normal View History

; RUN: not llc < %s 2>&1 | FileCheck %s
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
module asm ".equiv pselect, __pselect"
define void @pselect() {
ret void
}
; CHECK: 'pselect' is a protected alias