[PATCH] D83275: [llc] (almost) remove `--print-machineinstrs`

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 06:08:22 PDT 2020


arsenm accepted this revision.
arsenm added a comment.

I've never used -print-machineinstrs and was surprised it existed last time I noticed it



================
Comment at: llvm/test/CodeGen/Hexagon/ifcvt-edge-weight.ll:1
-; RUN: llc -march=hexagon -mcpu=hexagonv5 -hexagon-eif=0 -print-machineinstrs=if-converter %s -o /dev/null 2>&1 | FileCheck %s
+; RUN: llc -march=hexagon -mcpu=hexagonv5 -hexagon-eif=0 -print-after=if-converter %s -o /dev/null 2>&1 | FileCheck %s
 ; Check that the edge weights are updated correctly after if-conversion.
----------------
This test should probably be switched to stop-after and MIR


================
Comment at: llvm/test/DebugInfo/WebAssembly/dbg-value-move-2.ll:1
-; RUN: llc < %s -print-machineinstrs 2>&1 | FileCheck %s
+; RUN: llc < %s -print-after=wasm-reg-stackify 2>&1 | FileCheck %s
 
----------------
Ditto


================
Comment at: llvm/test/DebugInfo/WebAssembly/dbg-value-move.ll:1
-; RUN: llc < %s -print-machineinstrs 2>&1 | FileCheck %s
+; RUN: llc < %s -print-after=wasm-reg-stackify 2>&1 | FileCheck %s
 
----------------
Ditto


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83275/new/

https://reviews.llvm.org/D83275





More information about the llvm-commits mailing list