|
1 | | -; RUN: llc %s -o - -stop-after=livedebugvalues -opt-bisect-limit=0 \ |
| 1 | +; RUN: llc -experimental-debug-variable-locations=true %s -o - -stop-after=livedebugvalues -opt-bisect-limit=0 \ |
2 | 2 | ; RUN: | FileCheck %s |
3 | | -; RUN: llc %s -o - -stop-after=livedebugvalues -opt-bisect-limit=10 \ |
| 3 | +; RUN: llc -experimental-debug-variable-locations=true %s -o - -stop-after=livedebugvalues -opt-bisect-limit=10 \ |
4 | 4 | ; RUN: | FileCheck %s |
5 | | -; RUN: llc %s -o - -stop-after=livedebugvalues -opt-bisect-limit=20 \ |
| 5 | +; RUN: llc -experimental-debug-variable-locations=true %s -o - -stop-after=livedebugvalues -opt-bisect-limit=20 \ |
6 | 6 | ; RUN: | FileCheck %s |
7 | | -; RUN: llc %s -o - -stop-after=livedebugvalues -opt-bisect-limit=30 \ |
| 7 | +; RUN: llc -experimental-debug-variable-locations=true %s -o - -stop-after=livedebugvalues -opt-bisect-limit=30 \ |
8 | 8 | ; RUN: | FileCheck %s |
9 | | -; RUN: llc %s -o - -stop-after=livedebugvalues -opt-bisect-limit=40 \ |
| 9 | +; RUN: llc -experimental-debug-variable-locations=true %s -o - -stop-after=livedebugvalues -opt-bisect-limit=40 \ |
10 | 10 | ; RUN: | FileCheck %s |
11 | | -; RUN: llc %s -o - -stop-after=livedebugvalues -opt-bisect-limit=100 \ |
| 11 | +; RUN: llc -experimental-debug-variable-locations=true %s -o - -stop-after=livedebugvalues -opt-bisect-limit=100 \ |
12 | 12 | ; RUN: | FileCheck %s |
13 | 13 | ;; Test fast-isel for good measure too, |
14 | | -; RUN: llc %s -o - -stop-after=livedebugvalues -fast-isel=true \ |
| 14 | +; RUN: llc -experimental-debug-variable-locations=true %s -o - -stop-after=livedebugvalues -fast-isel=true \ |
15 | 15 | ; RUN: | FileCheck %s |
16 | | -; RUN: llc %s -o - -stop-after=livedebugvalues -fast-isel=true \ |
| 16 | +; RUN: llc -experimental-debug-variable-locations=true %s -o - -stop-after=livedebugvalues -fast-isel=true \ |
17 | 17 | ; RUN: -opt-bisect-limit=0 | FileCheck %s |
18 | | -; RUN: llc %s -o - -stop-after=livedebugvalues -fast-isel=true \ |
| 18 | +; RUN: llc -experimental-debug-variable-locations=true %s -o - -stop-after=livedebugvalues -fast-isel=true \ |
19 | 19 | ; RUN: -opt-bisect-limit=10 | FileCheck %s |
20 | | -; RUN: llc %s -o - -stop-after=livedebugvalues -fast-isel=true \ |
| 20 | +; RUN: llc -experimental-debug-variable-locations=true %s -o - -stop-after=livedebugvalues -fast-isel=true \ |
21 | 21 | ; RUN: -opt-bisect-limit=100 | FileCheck %s |
22 | 22 |
|
23 | 23 | ; The function below should be optimised with the "default" optimisation level. |
|
0 commit comments