|
1 | | -; RUN: opt -S -passes=lowertypetests -mtriple=i686-unknown-linux-gnu %s | FileCheck --check-prefixes=X86,X86-LINUX,NATIVE,JT8 %s |
2 | | -; RUN: opt -S -passes=lowertypetests -mtriple=x86_64-unknown-linux-gnu %s | FileCheck --check-prefixes=X86,X86-LINUX,NATIVE,JT8 %s |
3 | | -; RUN: opt -S -passes=lowertypetests -mtriple=i686-pc-win32 %s | FileCheck --check-prefixes=X86,X86-WIN32,NATIVE,JT8 %s |
4 | | -; RUN: opt -S -passes=lowertypetests -mtriple=x86_64-pc-win32 %s | FileCheck --check-prefixes=X86,X86-WIN32,NATIVE,JT8 %s |
| 1 | +; RUN: opt -S -passes=lowertypetests -mtriple=i686-unknown-linux-gnu %s | FileCheck --check-prefixes=X86,NATIVE,JT8 %s |
| 2 | +; RUN: opt -S -passes=lowertypetests -mtriple=x86_64-unknown-linux-gnu %s | FileCheck --check-prefixes=X86,NATIVE,JT8 %s |
| 3 | +; RUN: opt -S -passes=lowertypetests -mtriple=i686-pc-win32 %s | FileCheck --check-prefixes=X86,NATIVE,JT8 %s |
| 4 | +; RUN: opt -S -passes=lowertypetests -mtriple=x86_64-pc-win32 %s | FileCheck --check-prefixes=X86,NATIVE,JT8 %s |
5 | 5 | ; RUN: opt -S -passes=lowertypetests -mtriple=riscv32-unknown-linux-gnu %s | FileCheck --check-prefixes=RISCV,NATIVE,JT8 %s |
6 | 6 | ; RUN: opt -S -passes=lowertypetests -mtriple=riscv64-unknown-linux-gnu %s | FileCheck --check-prefixes=RISCV,NATIVE,JT8 %s |
7 | 7 | ; RUN: opt -S -passes=lowertypetests -mtriple=wasm32-unknown-unknown %s | FileCheck --check-prefix=WASM32 %s |
@@ -114,8 +114,7 @@ define i1 @foo(ptr %p) { |
114 | 114 |
|
115 | 115 | ; NATIVE-SAME: "s"(ptr @g.cfi) |
116 | 116 |
|
117 | | -; X86-LINUX: attributes #[[ATTR]] = { naked nocf_check noinline } |
118 | | -; X86-WIN32: attributes #[[ATTR]] = { nocf_check noinline } |
| 117 | +; X86: attributes #[[ATTR]] = { naked nocf_check noinline } |
119 | 118 | ; ARM: attributes #[[ATTR]] = { naked noinline |
120 | 119 | ; THUMB: attributes #[[ATTR]] = { naked noinline "target-cpu"="cortex-a8" "target-features"="+thumb-mode" } |
121 | 120 | ; THUMBV6M: attributes #[[ATTR]] = { naked noinline "target-features"="+thumb-mode" } |
|
0 commit comments