Skip to content

Commit a0c48b4

Browse files
committed
Just run llvm tests with -verify-machineinstrs and minor change to ExceptionHandling.rst documentation.
1 parent 4ef3fbe commit a0c48b4

File tree

5 files changed

+2
-9
lines changed

5 files changed

+2
-9
lines changed

llvm/docs/ExceptionHandling.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ context is saved. The format and contents of the buffer are target-specific.
378378
On certain targets (ARM, PowerPC, VE, X86), the front end places the
379379
frame pointer in the first word and the stack pointer in the third word,
380380
while the target implementation of this intrinsic fills in the remaining
381-
words. On other targets (SystemZ), saving the calling context to the buffer is left completely to the target implementation.
381+
words. On other targets (SystemZ), saving the calling context to the buffer
382+
is left completely to the target implementation.
382383

383384
.. _llvm.eh.sjlj.longjmp:
384385

llvm/test/CodeGen/SystemZ/builtin-longjmp.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
; RUN: llc < %s -verify-machineinstrs -mtriple=s390x-linux-gnu | FileCheck %s
1010

11-
; RUN: llc < %s -mtriple=s390x-linux-gnu -O2 | FileCheck %s
12-
1311
@buf = global [20 x ptr] zeroinitializer, align 8
1412

1513
define void @foo() {

llvm/test/CodeGen/SystemZ/builtin-setjmp-alloca.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
; RUN: llc < %s -verify-machineinstrs -mtriple=s390x-linux-gnu | FileCheck %s
1111

12-
; RUN: llc < %s -mtriple=s390x-linux-gnu -O2 | FileCheck %s
13-
1412
declare i32 @llvm.eh.sjlj.setjmp(ptr)
1513
@buf = global [20 x ptr] zeroinitializer, align 8
1614

llvm/test/CodeGen/SystemZ/builtin-setjmp-spills.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
; RUN: llc < %s -verify-machineinstrs -mtriple=s390x-linux-gnu | FileCheck %s
1111

12-
; RUN: llc < %s -mtriple=s390x-linux-gnu -O3 | FileCheck %s
13-
1412
declare i32 @llvm.eh.sjlj.setjmp(ptr)
1513

1614
@t = global i32 0, align 4

llvm/test/CodeGen/SystemZ/builtin-setjmp.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
; RUN: llc < %s -verify-machineinstrs -mtriple=s390x-linux-gnu | FileCheck %s
99

10-
; RUN: llc < %s -mtriple=s390x-linux-gnu -O2 | FileCheck %s
11-
1210
declare i32 @llvm.eh.sjlj.setjmp(ptr)
1311
@buf = global [20 x ptr] zeroinitializer, align 8
1412

0 commit comments

Comments
 (0)