[PATCH] D72047: Add an interface emitPrefix for MCCodeEmitter

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 1 01:10:50 PST 2020


craig.topper added a comment.

My thought was just that the encoder only has 2 member variables in it so its quite small to create. And it would avoid exposing the concept of prefixes to the MCCodeEmitter interface. But lets see what other reviewers think.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72047





More information about the llvm-commits mailing list