[all-commits] [llvm/llvm-project] 71b49a: [X86] Allow lsl/lar to be parsed with a GR16, GR32...
    topperc via All-commits 
    all-commits at lists.llvm.org
       
    Wed Jul 15 23:52:23 PDT 2020
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 71b49aa438b22b02230fff30e8874ff756336e6d
      https://github.com/llvm/llvm-project/commit/71b49aa438b22b02230fff30e8874ff756336e6d
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-07-15 (Wed, 15 Jul 2020)
  Changed paths:
    M llvm/lib/Target/X86/AsmParser/X86Operand.h
    M llvm/lib/Target/X86/X86InstrInfo.td
    M llvm/lib/Target/X86/X86InstrSystem.td
    M llvm/test/MC/X86/I286-32.s
    M llvm/test/MC/X86/I286-64.s
    M llvm/utils/TableGen/X86RecognizableInstr.cpp
  Log Message:
  -----------
  [X86] Allow lsl/lar to be parsed with a GR16, GR32, or GR64 as source register.
This matches GNU assembler behavior. Operand size is determined
only from the destination register.
    
    
More information about the All-commits
mailing list