[all-commits] [llvm/llvm-project] c691fe: [X86] Accept 64-bit GPRs for vextractps when using...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Feb 1 11:06:10 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c691fe14da93a7c9eff466231515d6d4d16124fa
https://github.com/llvm/llvm-project/commit/c691fe14da93a7c9eff466231515d6d4d16124fa
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/test/MC/X86/intel-syntax-x86-64-avx.s
M llvm/test/MC/X86/intel-syntax-x86-64-avx512f_vl.s
Log Message:
-----------
[X86] Accept 64-bit GPRs for vextractps when using a register that requires EVEX.
This is consistent with the VEX version. It also fixes a sorting
issue in the matching table that caused the EVEX version to be
prioritized over VEX in intel syntax.
Fixes issue [2] from PR48991.
More information about the All-commits
mailing list