[all-commits] [llvm/llvm-project] e8cdca: [X86] Accept 64-bit GPRs for vextractps when using...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Feb 3 19:42:33 PST 2021
Branch: refs/heads/release/12.x
Home: https://github.com/llvm/llvm-project
Commit: e8cdcaeae406527c9a76b3dc5c522391c81dfdfd
https://github.com/llvm/llvm-project/commit/e8cdcaeae406527c9a76b3dc5c522391c81dfdfd
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-02-03 (Wed, 03 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.
(cherry picked from commit c691fe14da93a7c9eff466231515d6d4d16124fa)
More information about the All-commits
mailing list