[PATCH] D90369: [FastRA] Fix handling of bundled MIs

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 09:50:40 PST 2020


qcolombet added inline comments.


================
Comment at: llvm/lib/CodeGen/RegAllocFast.cpp:1450
 
     allocateInstruction(MI);
+
----------------
Could we fix `allocateInstruction` instead of having a somewhat parallel way of assigning registers?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90369



More information about the llvm-commits mailing list