[PATCH] D54173: [ARM] Add MemOp into LDRcp to enable removing

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 16:07:02 PST 2018


efriedma added inline comments.


================
Comment at: test/CodeGen/ARM/ldrcppic.ll:1
+; RUN: llc -relocation-model=pic -mcpu=cortex-a53 %s -filetype=obj -o - | llvm-nm - | FileCheck %s
+
----------------
efriedma wrote:
> Probably worth adding a comment to explain this RUN line, since it's a bit unusual.
I was hoping for a comment that would directly answer the question "why is this testcase using -filetype=obj, instead of emitting assembly"?


https://reviews.llvm.org/D54173





More information about the llvm-commits mailing list