[llvm] [X86] Correct the cdisp8 encoding for VSCATTER/VGATHER prefetch (PR #122051)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 8 00:00:24 PST 2025


phoebewang wrote:

> these vector scatter and gather prefetch instructions also have an unusual k mask operand position but I have not addressed this with this patch as I am unsure how to change the Intel format in the tablegen file.

You can change `"\t{$src {${mask}}|{${mask}}, $src}"` to `"\t$src $mask"`

https://github.com/llvm/llvm-project/pull/122051


More information about the llvm-commits mailing list