[PATCH] D60715: [ISEL][X86] Tracking of registers that forward call arguments

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 11:57:13 PDT 2019


aprantl added inline comments.


================
Comment at: test/CodeGen/X86/call-site-info-output.ll:13
+; CHECK-NEXT:   arg: 2, reg: '$edx'
+; RUN: llc -debug-entry-values %t.mir -start-before=expand-isel-pseudos -o -
+
----------------
Is there *anything* we can check in the output here? Otherwise this will bitrot quickly.


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

https://reviews.llvm.org/D60715





More information about the llvm-commits mailing list