[llvm] [X86] Support EVEX compression from MOVBErr to BSWAP (PR #79775)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 03:26:35 PST 2024
KanRobert wrote:
@RKSimon I think he addressed you comment incompletely.
```
if (IsND)
MI.tieOperands(0, 1);
```
He forgot to check MOVBE for this.
https://github.com/llvm/llvm-project/pull/79775
More information about the llvm-commits
mailing list