[PATCH] D92096: [SelectionDAGBuilder] Update signature of `getRegsAndSizes()`.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 27 01:39:41 PST 2020


fpetrogalli marked an inline comment as done.
fpetrogalli added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/reproducer.ll:22
+
+!llvm.dbg.cu = !{!0}
+!llvm.module.flags = !{!3, !4}
----------------
arsenm wrote:
> Is all the debug info really necessary?
I removed as much as I could, anything less than this seems to make `llc` unhappy.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92096



More information about the llvm-commits mailing list