[all-commits] [llvm/llvm-project] c98207: [X86]Fix wrong asm match for MASKMOVDQU
XinWang10 via All-commits
all-commits at lists.llvm.org
Thu May 18 00:15:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9820754ae497bee78286ebf5cc049080fd15022
https://github.com/llvm/llvm-project/commit/c9820754ae497bee78286ebf5cc049080fd15022
Author: Wang, Xin10 <xin10.wang at intel.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/test/MC/X86/x86_64-asm-match.s
Log Message:
-----------
[X86]Fix wrong asm match for MASKMOVDQU
Missing work for D150835, aside from VMASKMOVDQU, MASKMOVDQU will also be affected by D150436.
Reviewed By: skan
Differential Revision: https://reviews.llvm.org/D150844
More information about the All-commits
mailing list