User Details
User Details
- User Since
- Jul 2 2015, 5:54 PM (404 w, 1 d)
Mar 24 2017
Mar 24 2017
stoklund accepted D31322: [TableGen] Make CodeGenMapTable understand the namespace field of an instruction.
Looks good.
Jan 30 2017
Jan 30 2017
stoklund added a comment to D29080: Use less stack in DAGISelMatcherOpt.
Sorry, I don't have an LLVM sandbox these days. Maybe ask on llvm-commits?
Jan 25 2017
Jan 25 2017
Looks good. I'm all for eliminating recursion.
Feb 17 2016
Feb 17 2016
Feb 16 2016
Feb 16 2016
Oct 7 2015
Oct 7 2015
stoklund added a comment to D13417: [MachineCombiner] make slack optional in critical path cost calculation (PR25016).
Jul 13 2015
Jul 13 2015
stoklund added a comment to D10911: MachineRegisterInfo: Remove UsedPhysReg infrastructure.
Looks good!
Jul 2 2015
Jul 2 2015
stoklund added a comment to D10910: RAGreedy: Keep track of allocated PhysRegs internally.
Instead of maintaining a bitvector in RAGreedy, how about asking LiveRegMatrix? It can tell you if the corresponding LiveIntervalUnion is empty.
stoklund added a comment to D10911: MachineRegisterInfo: Remove UsedPhysReg infrastructure.
Very nice! Should those reg_empty calls be reg_nodbg_empty?