[PATCH] D45962: [MC] Use local MCSubtargetInfo in writeNops

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 6 09:42:02 PDT 2021


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/test/CodeGen/ARM/subtarget-align.ll:1
+; RUN: llc < %s -mtriple=arm-linux-gnueabihf -filetype=obj -o - | llvm-objdump --triple=armv7 --no-show-raw-insn -d - | FileCheck %s
+
----------------
`<` and `-o -` can be omitted.


================
Comment at: llvm/test/MC/ARM/subtarget-nop.s:1
+// RUN: llvm-mc < %s --triple=arm-linux-gnueabihf -filetype=obj -o - | llvm-objdump --no-show-raw-insn --triple=armv7 -d - | FileCheck %s
+
----------------
`<` and `-o -` can be omitted.


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

https://reviews.llvm.org/D45962



More information about the llvm-commits mailing list