[PATCH] D107314: [MC][CodeGen] Emit constant pools earlier
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 3 07:58:20 PDT 2021
probinson added inline comments.
================
Comment at: llvm/test/MC/ARM/arange-ldr.ll:1
+; RUN: llc %s -o - | FileCheck %s
+
----------------
MaskRay wrote:
> How about test/DebugInfo/ARM/
>
> Add a file-level comment about the purpose of the test
I disagree about moving the test, test/DebugInfo is for tests of reading debug info, not producing it. This patch is about producing constants and debug info correctly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107314/new/
https://reviews.llvm.org/D107314
More information about the llvm-commits
mailing list