File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11; The purpose of this test to verify that the fltused symbol is
22; not emitted when purely vector floating point operations are used on Windows.
33
4- ; RUN: llc < %s -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
5- ; RUN: llc < %s -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
6- ; RUN: llc < %s -O0 -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
7- ; RUN: llc < %s -O0 -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
4+ ; RUN: llc < %s -mtriple i686-pc-win32 | FileCheck %s
5+ ; RUN: llc < %s -mtriple x86_64-pc-win32 | FileCheck %s
86
97@foo = external dso_local global [4 x float ], align 16
108
2826}
2927
3028; _fltused is determined at a module level
31- ; WIN32-NOT: .globl __fltused
32- ; WIN64-NOT: .globl _fltused
29+ ; CHECK-NOT: .globl {{_?}}_fltused
You can’t perform that action at this time.
0 commit comments