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

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 11:37:47 PDT 2019


qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: test/CodeGen/X86/regalloc-copy-hints.mir:308
+  attributes #0 = { "target-cpu"="i486" }
+  attributes #1 = { nounwind }
+
----------------
Do we need the IR part?
(I.e., does anything in the MIR reference back the IR?)


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

https://reviews.llvm.org/D59201





More information about the llvm-commits mailing list