Skip to content

Commit 48bae9d

Browse files
committed
review suggestions
1 parent 5d8d899 commit 48bae9d

7 files changed

+7
-7
lines changed

llvm/test/CodeGen/X86/statepoint-fixup-call.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
22
# RUN: llc -o - %s -fixup-allow-gcptr-in-csr=false -run-pass fixup-statepoint-caller-saved | FileCheck %s
3-
# RUN: llc -o - %s -fixup-allow-gcptr-in-csr=false -passes="fixup-statepoint-caller-saved" | FileCheck %s
3+
# RUN: llc -o - %s -fixup-allow-gcptr-in-csr=false -passes='fixup-statepoint-caller-saved' | FileCheck %s
44
--- |
55
; ModuleID = 'test/CodeGen/X86/statepoint-fixup-call.ll'
66
source_filename = "test/CodeGen/X86/statepoint-fixup-call.ll"

llvm/test/CodeGen/X86/statepoint-fixup-copy-prop-neg.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
22
# RUN: llc -o - %s -run-pass fixup-statepoint-caller-saved -verify-machineinstrs | FileCheck %s
3-
# RUN: llc -o - %s -passes="fixup-statepoint-caller-saved" | FileCheck %s
3+
# RUN: llc -o - %s -passes='fixup-statepoint-caller-saved' | FileCheck %s
44

55
# Check that COPY is not eliminated if dest register is used in
66
# non-meta arguments of statepoint.

llvm/test/CodeGen/X86/statepoint-fixup-copy-prop.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# RUN: llc -o - %s -run-pass fixup-statepoint-caller-saved -verify-machineinstrs | FileCheck %s
2-
# RUN: llc -o - %s -passes="fixup-statepoint-caller-saved" | FileCheck %s
2+
# RUN: llc -o - %s -passes='fixup-statepoint-caller-saved' | FileCheck %s
33

44
--- |
55
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"

llvm/test/CodeGen/X86/statepoint-fixup-invoke.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
22
# RUN: llc -o - %s -fixup-allow-gcptr-in-csr=false -run-pass fixup-statepoint-caller-saved | FileCheck %s
3-
# RUN: llc -o - %s -fixup-allow-gcptr-in-csr=false -passes="fixup-statepoint-caller-saved" | FileCheck %s
3+
# RUN: llc -o - %s -fixup-allow-gcptr-in-csr=false -passes='fixup-statepoint-caller-saved' | FileCheck %s
44

55
--- |
66
; ModuleID = 'test/CodeGen/X86/statepoint-fixup-invoke.mir'

llvm/test/CodeGen/X86/statepoint-fixup-shared-ehpad.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
22
# RUN: llc -o - %s -fixup-allow-gcptr-in-csr=false -run-pass fixup-statepoint-caller-saved | FileCheck %s
3-
# RUN: llc -o - %s -fixup-allow-gcptr-in-csr=false -passes="fixup-statepoint-caller-saved" | FileCheck %s
3+
# RUN: llc -o - %s -fixup-allow-gcptr-in-csr=false -passes='fixup-statepoint-caller-saved' | FileCheck %s
44

55
# NOTE: MIR in this test was hand edited to have two statepoints share single landing pad.
66
# This is forbidden in IR, but is allowed in MIR. I just was unable to reproduce conditions

llvm/test/CodeGen/X86/statepoint-fixup-undef-def.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
22
# RUN: llc -x mir -run-pass fixup-statepoint-caller-saved -verify-machineinstrs < %s | FileCheck %s
3-
# RUN: llc -x mir -passes="fixup-statepoint-caller-saved" < %s | FileCheck %s
3+
# RUN: llc -x mir -passes='fixup-statepoint-caller-saved' < %s | FileCheck %s
44

55
--- |
66
; ModuleID = 'undef.ll'

llvm/test/CodeGen/X86/statepoint-fixup-undef.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
22
# RUN: llc -x mir -run-pass fixup-statepoint-caller-saved -verify-machineinstrs < %s | FileCheck %s
3-
# RUN: llc -x mir -passes="fixup-statepoint-caller-saved" < %s | FileCheck %s
3+
# RUN: llc -x mir -passes='fixup-statepoint-caller-saved' < %s | FileCheck %s
44
# RUN: llc -x mir -start-before fixup-statepoint-caller-saved -verify-machineinstrs < %s | FileCheck %s -check-prefix=STACKMAP
55

66
--- |

0 commit comments

Comments
 (0)