[all-commits] [llvm/llvm-project] 79a69f: [X86] Error on using h-registers with REX prefix i...

topperc via All-commits all-commits at lists.llvm.org
Tue Oct 20 21:57:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 79a69f558f9fa6728da7354d4b30a97f0c945a58
      https://github.com/llvm/llvm-project/commit/79a69f558f9fa6728da7354d4b30a97f0c945a58
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-10-20 (Tue, 20 Oct 2020)

  Changed paths:
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
    M llvm/test/MC/X86/encoder-fail.s

  Log Message:
  -----------
  [X86] Error on using h-registers with REX prefix in the assembler instead of leaving it to a fatal error in the encoder.

Using a fatal error is bad for user experience.

Reviewed By: pengfei

Differential Revision: https://reviews.llvm.org/D89837




More information about the All-commits mailing list