[PATCH] D111538: [X86] Prefer VEX encoding in X86 assembler.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 13 07:14:36 PDT 2021
LuoYuanke added a comment.
In D111538#3061027 <https://reviews.llvm.org/D111538#3061027>, @lebedev.ri wrote:
> Having something specific to some specific target in a generic code
> (esp. if there is no precedent for it) seems conceptually wrong.
We can see in line 636, it also do some specific things for ARM. We can also see ReportMultipleNearMisses is added for ARM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111538/new/
https://reviews.llvm.org/D111538
More information about the llvm-commits
mailing list