[PATCH] D59201: [RegAllocHints] Avoid compile time regression

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 12:16:17 PDT 2019


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


================
Comment at: test/CodeGen/X86/regalloc-copy-hints.mir:308
+  attributes #0 = { "target-cpu"="i486" }
+  attributes #1 = { nounwind }
+
----------------
qcolombet wrote:
> Do we need the IR part?
> (I.e., does anything in the MIR reference back the IR?)
I tried removing it but then got 'basic block "bb' is not defined in the function 'fun'"...?


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

https://reviews.llvm.org/D59201





More information about the llvm-commits mailing list