[PATCH] D52010: RegAllocFast: Rewrite and improve

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 16 12:04:41 PST 2018


arsenm added inline comments.


================
Comment at: lib/CodeGen/RegAllocFast.cpp:480-483
 
   markRegUsedInInstr(PhysReg);
   setPhysRegState(PhysReg, NewState);
 }
----------------
This is dead code that also doesn't compile for me


Repository:
  rL LLVM

https://reviews.llvm.org/D52010





More information about the llvm-commits mailing list