summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/MIR')
-rw-r--r--llvm/test/CodeGen/MIR/X86/dead-register-flag.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-exclaim.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/fixed-stack-object-redefinition-error.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/fixed-stack-objects.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/instructions-debug-location.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/metadata-operands.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/register-mask-operands.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-aliased.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-immutable.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-objects.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/stack-object-redefinition-error.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/stack-objects.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/undef-register-flag.mir2
-rw-r--r--llvm/test/CodeGen/MIR/X86/unknown-metadata-node.mir2
16 files changed, 16 insertions, 16 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/dead-register-flag.mir b/llvm/test/CodeGen/MIR/X86/dead-register-flag.mir
index bcfdadf7ac0..19920e95601 100644
--- a/llvm/test/CodeGen/MIR/X86/dead-register-flag.mir
+++ b/llvm/test/CodeGen/MIR/X86/dead-register-flag.mir
@@ -10,7 +10,7 @@
ret i32 %c
}
- attributes #0 = { "no-frame-pointer-elim"="false" }
+ attributes #0 = { "frame-pointer"="none" }
...
---
diff --git a/llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir b/llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir
index bfea213d0cb..b21a12c3ee6 100644
--- a/llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir
+++ b/llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir
@@ -13,7 +13,7 @@
declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
- attributes #0 = { nounwind "no-frame-pointer-elim"="false" }
+ attributes #0 = { nounwind "frame-pointer"="none" }
attributes #1 = { nounwind readnone }
!llvm.dbg.cu = !{!0}
diff --git a/llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-exclaim.mir b/llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-exclaim.mir
index e3616db50c0..41812707849 100644
--- a/llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-exclaim.mir
+++ b/llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-exclaim.mir
@@ -13,7 +13,7 @@
declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
- attributes #0 = { nounwind "no-frame-pointer-elim"="false" }
+ attributes #0 = { nounwind "frame-pointer"="none" }
attributes #1 = { nounwind readnone }
!llvm.dbg.cu = !{!0}
diff --git a/llvm/test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir b/llvm/test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir
index e2373089f1b..1c610467573 100644
--- a/llvm/test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir
+++ b/llvm/test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir
@@ -12,7 +12,7 @@
ret i32 %c
}
- attributes #0 = { "no-frame-pointer-elim"="false" }
+ attributes #0 = { "frame-pointer"="none" }
...
---
diff --git a/llvm/test/CodeGen/MIR/X86/fixed-stack-object-redefinition-error.mir b/llvm/test/CodeGen/MIR/X86/fixed-stack-object-redefinition-error.mir
index 160e0eaccc3..7116bb809b2 100644
--- a/llvm/test/CodeGen/MIR/X86/fixed-stack-object-redefinition-error.mir
+++ b/llvm/test/CodeGen/MIR/X86/fixed-stack-object-redefinition-error.mir
@@ -8,7 +8,7 @@
ret i32 %c
}
- attributes #0 = { "no-frame-pointer-elim"="false" }
+ attributes #0 = { "frame-pointer"="none" }
...
---
diff --git a/llvm/test/CodeGen/MIR/X86/fixed-stack-objects.mir b/llvm/test/CodeGen/MIR/X86/fixed-stack-objects.mir
index 0bb829d2526..0882378e1a9 100644
--- a/llvm/test/CodeGen/MIR/X86/fixed-stack-objects.mir
+++ b/llvm/test/CodeGen/MIR/X86/fixed-stack-objects.mir
@@ -11,7 +11,7 @@
ret i32 %c
}
- attributes #0 = { "no-frame-pointer-elim"="false" }
+ attributes #0 = { "frame-pointer"="none" }
...
---
diff --git a/llvm/test/CodeGen/MIR/X86/instructions-debug-location.mir b/llvm/test/CodeGen/MIR/X86/instructions-debug-location.mir
index fe74f5c0535..05bd4174dc2 100644
--- a/llvm/test/CodeGen/MIR/X86/instructions-debug-location.mir
+++ b/llvm/test/CodeGen/MIR/X86/instructions-debug-location.mir
@@ -35,7 +35,7 @@
declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
- attributes #0 = { nounwind "no-frame-pointer-elim"="false" }
+ attributes #0 = { nounwind "frame-pointer"="none" }
attributes #1 = { nounwind readnone }
!llvm.dbg.cu = !{!0}
diff --git a/llvm/test/CodeGen/MIR/X86/metadata-operands.mir b/llvm/test/CodeGen/MIR/X86/metadata-operands.mir
index 1b395df39de..7dcb5f9b810 100644
--- a/llvm/test/CodeGen/MIR/X86/metadata-operands.mir
+++ b/llvm/test/CodeGen/MIR/X86/metadata-operands.mir
@@ -15,7 +15,7 @@
declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
- attributes #0 = { nounwind "no-frame-pointer-elim"="false" }
+ attributes #0 = { nounwind "frame-pointer"="none" }
attributes #1 = { nounwind readnone }
!llvm.dbg.cu = !{!0}
diff --git a/llvm/test/CodeGen/MIR/X86/register-mask-operands.mir b/llvm/test/CodeGen/MIR/X86/register-mask-operands.mir
index 6d61a33e3d3..7e88b28d078 100644
--- a/llvm/test/CodeGen/MIR/X86/register-mask-operands.mir
+++ b/llvm/test/CodeGen/MIR/X86/register-mask-operands.mir
@@ -15,7 +15,7 @@
ret i32 %b
}
- attributes #0 = { "no-frame-pointer-elim"="false" }
+ attributes #0 = { "frame-pointer"="none" }
...
---
diff --git a/llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-aliased.mir b/llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-aliased.mir
index 5e191ba1194..d3adf247b30 100644
--- a/llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-aliased.mir
+++ b/llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-aliased.mir
@@ -10,7 +10,7 @@
ret i32 %c
}
- attributes #0 = { "no-frame-pointer-elim"="false" }
+ attributes #0 = { "frame-pointer"="none" }
...
---
diff --git a/llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-immutable.mir b/llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-immutable.mir
index 91288aa40b3..ff874790082 100644
--- a/llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-immutable.mir
+++ b/llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-immutable.mir
@@ -10,7 +10,7 @@
ret i32 %c
}
- attributes #0 = { "no-frame-pointer-elim"="false" }
+ attributes #0 = { "frame-pointer"="none" }
...
---
diff --git a/llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-objects.mir b/llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-objects.mir
index 40b17c68e83..f17a42359ab 100644
--- a/llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-objects.mir
+++ b/llvm/test/CodeGen/MIR/X86/spill-slot-fixed-stack-objects.mir
@@ -11,7 +11,7 @@
ret i32 %c
}
- attributes #0 = { "no-frame-pointer-elim"="false" }
+ attributes #0 = { "frame-pointer"="none" }
...
---
diff --git a/llvm/test/CodeGen/MIR/X86/stack-object-redefinition-error.mir b/llvm/test/CodeGen/MIR/X86/stack-object-redefinition-error.mir
index f15f8368d26..4e734d74163 100644
--- a/llvm/test/CodeGen/MIR/X86/stack-object-redefinition-error.mir
+++ b/llvm/test/CodeGen/MIR/X86/stack-object-redefinition-error.mir
@@ -12,7 +12,7 @@
ret i32 %c
}
- attributes #0 = { "no-frame-pointer-elim"="false" }
+ attributes #0 = { "frame-pointer"="none" }
...
---
diff --git a/llvm/test/CodeGen/MIR/X86/stack-objects.mir b/llvm/test/CodeGen/MIR/X86/stack-objects.mir
index 12bcb24145c..ec3c099646c 100644
--- a/llvm/test/CodeGen/MIR/X86/stack-objects.mir
+++ b/llvm/test/CodeGen/MIR/X86/stack-objects.mir
@@ -13,7 +13,7 @@
ret i32 %c
}
- attributes #0 = { "no-frame-pointer-elim"="false" }
+ attributes #0 = { "frame-pointer"="none" }
...
---
diff --git a/llvm/test/CodeGen/MIR/X86/undef-register-flag.mir b/llvm/test/CodeGen/MIR/X86/undef-register-flag.mir
index 4fe938f079c..2464959db62 100644
--- a/llvm/test/CodeGen/MIR/X86/undef-register-flag.mir
+++ b/llvm/test/CodeGen/MIR/X86/undef-register-flag.mir
@@ -16,7 +16,7 @@
ret i32 %b
}
- attributes #0 = { "no-frame-pointer-elim"="false" }
+ attributes #0 = { "frame-pointer"="none" }
...
---
diff --git a/llvm/test/CodeGen/MIR/X86/unknown-metadata-node.mir b/llvm/test/CodeGen/MIR/X86/unknown-metadata-node.mir
index 96f02abb062..a6152701c8f 100644
--- a/llvm/test/CodeGen/MIR/X86/unknown-metadata-node.mir
+++ b/llvm/test/CodeGen/MIR/X86/unknown-metadata-node.mir
@@ -13,7 +13,7 @@
declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
- attributes #0 = { nounwind "no-frame-pointer-elim"="false" }
+ attributes #0 = { nounwind "frame-pointer"="none" }
attributes #1 = { nounwind readnone }
!llvm.dbg.cu = !{!0}
OpenPOWER on IntegriCloud