[PATCH] D76398: [X86] Enable prefix padding w/target specific padding amount

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 18 17:24:10 PDT 2020


reames planned changes to this revision.
reames added a comment.

I need to restructure this.  As I noted over in https://reviews.llvm.org/D76176, we have a problem for the assembler use case w/inserting prefixes between previous data encoded prefixes and the instruction.  This isn't relevant for the compiler (since we have the suppression mechanism), but we need to structure this such that only the compiler enables this feature.  I'm very unhappy about how ugly that is, but I don't see a way around it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76398





More information about the llvm-commits mailing list