[all-commits] [llvm/llvm-project] 56edcb: Fix misspelled instruction in X86 assembly parser
Eric Astor via All-commits
all-commits at lists.llvm.org
Sun Jun 13 15:34:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56edcbc2ad8c15b01fd8b47c1f2665d274d0e896
https://github.com/llvm/llvm-project/commit/56edcbc2ad8c15b01fd8b47c1f2665d274d0e896
Author: Eric Astor <epastor at google.com>
Date: 2021-06-13 (Sun, 13 Jun 2021)
Changed paths:
M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
M llvm/test/MC/X86/intel-syntax.s
Log Message:
-----------
Fix misspelled instruction in X86 assembly parser
Did not correctly handle "jecxz short <address>".
Discovered while working on LLVM-ML; shows up in z_Windows_NT-586_asm.asm from the OpenMP runtime
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D104194
More information about the All-commits
mailing list