[PATCH] D70301: [MachineInstr] Increase the size of a SmallVector

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 15 03:39:25 PST 2019


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

LGTM. I have thought for a long time we should probably compress the various immediate operands into one to avoid these kind of issues. There are a lot of loops over all of the operands


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70301





More information about the llvm-commits mailing list