Verify that the instruction encoding matches what the ISA would encode.
Fixes #69
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
5d9e703e4f
commit
100666e300
@@ -63,7 +63,7 @@ impl Context {
|
||||
.run(isa, func, domtree, &mut self.liveness, &mut self.tracker);
|
||||
|
||||
if isa.flags().enable_verifier() {
|
||||
verify_context(func, cfg, domtree)?;
|
||||
verify_context(func, cfg, domtree, Some(isa))?;
|
||||
verify_liveness(isa, func, cfg, &self.liveness)?;
|
||||
}
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user