[PATCH] D94264: [GlobalISel] Add MachineInstNumbering to CSEInfo and propagate CSE throughout AArch64 pipeline.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 13:41:44 PST 2021


arsenm added a comment.

I think legalizing/combining will do way, way more insertions than would happen in regalloc. Is this losing time to renumberings? Would it make sense to increase the increment size?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94264



More information about the llvm-commits mailing list