We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde58e7 commit d744af5Copy full SHA for d744af5
validation-test/SILOptimizer/hoist_destroy_addr.sil
@@ -1,6 +1,7 @@
1
// RUN: %target-sil-opt -opt-mode=none -enable-sil-verify-all %s -ssa-destroy-hoisting | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECKDEB
2
// RUN: %target-sil-opt -opt-mode=speed -enable-sil-verify-all %s -ssa-destroy-hoisting | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECKOPT
3
4
+// REQUIRES: rdar98890125
5
// REQUIRES: long_test
6
// REQUIRES: objc_interop
7
// SIL includes assumption of 64-bit wordsize
0 commit comments