Omit the redundant s0 frame pointer in the RV64 backend. On by default.
(&mut self, enabled: bool)
| 612 | self.artifact_root = root.into(); |
| 613 | } |
| 614 | |
| 615 | pub fn set_write_artifacts(&mut self, enabled: bool) { |
| 616 | self.write_artifacts = enabled; |
| 617 | } |
| 618 | |
| 619 | /// Enable the conservative assembly peephole pass. Off by default, because it |
no outgoing calls
no test coverage detected