[llvm] Add option to turn off optimization for X86 assembler (PR #75895)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 23:20:39 PST 2023
phoebewang wrote:
The intention is not quite clear to me. For example, if you just want to always get VEX3 encoding, you can use `{vex3}` before the instruction. It is officially supported by both llvm-mc and gas. It looks less optimization than assembler preference to me.
https://github.com/llvm/llvm-project/pull/75895
More information about the llvm-commits
mailing list