[all-commits] [llvm/llvm-project] b2eb1c: [X86] Fix a typo error.
Pengfei Wang via All-commits
all-commits at lists.llvm.org
Wed Jun 24 19:07:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b2eb1c5793d78d70c1223b098aefc87050f69a8c
https://github.com/llvm/llvm-project/commit/b2eb1c5793d78d70c1223b098aefc87050f69a8c
Author: Wang, Pengfei <pengfei.wang at intel.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M llvm/lib/Target/X86/X86MCInstLower.cpp
M llvm/test/CodeGen/X86/bug80500.ll
Log Message:
-----------
[X86] Fix a typo error.
Summary: This will result opcode MULX32Hrm been emitted to MULX32Hrr.
Reviewed by: craig.topper
Differential Revision: https://reviews.llvm.org/D82472
More information about the All-commits
mailing list