Use "test regalloc" for the register allocator tests.
These tests were only using "test compile" because it doesn't require any filecheck directives to be present, so just stop requiring filecheck directives for "test regalloc" and other filecheck-based test drivers.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
test compile
|
||||
test regalloc
|
||||
set is_64bit
|
||||
isa intel haswell
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
test compile
|
||||
test regalloc
|
||||
isa intel
|
||||
|
||||
; This test covers the troubles when values with global live ranges are defined
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
test compile
|
||||
test regalloc
|
||||
set is_64bit=1
|
||||
isa intel haswell
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
test compile
|
||||
test regalloc
|
||||
set is_64bit
|
||||
isa intel haswell
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
test compile
|
||||
test regalloc
|
||||
set is_64bit=1
|
||||
isa intel haswell
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
test compile
|
||||
test regalloc
|
||||
isa intel haswell
|
||||
|
||||
function %pr165() native {
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
; Use "test compile" here otherwise the dead blocks won't be eliminated.
|
||||
test compile
|
||||
|
||||
set is_64bit
|
||||
isa intel haswell
|
||||
|
||||
|
||||
@@ -113,10 +113,5 @@ pub fn build_filechecker(context: &Context) -> Result<Checker> {
|
||||
format!("filecheck: {}", e)
|
||||
})?;
|
||||
}
|
||||
let checker = builder.finish();
|
||||
if checker.is_empty() {
|
||||
Err("no filecheck directives in function".to_string())
|
||||
} else {
|
||||
Ok(checker)
|
||||
}
|
||||
Ok(builder.finish())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user