[all-commits] [llvm/llvm-project] bbe2fc: [X86] Add test case for PR43758. NFC

topperc via All-commits all-commits at lists.llvm.org
Wed Oct 30 00:36:24 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bbe2fcbd1548b67e9857c860532936a8c9d0f3e0
      https://github.com/llvm/llvm-project/commit/bbe2fcbd1548b67e9857c860532936a8c9d0f3e0
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M llvm/test/CodeGen/X86/leaFixup64.mir

  Log Message:
  -----------
  [X86] Add test case for PR43758. NFC


  Commit: 264612e13833ef4018cd3b859b1ea2fe123a5d99
      https://github.com/llvm/llvm-project/commit/264612e13833ef4018cd3b859b1ea2fe123a5d99
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M llvm/include/llvm/Target/Target.td

  Log Message:
  -----------
  [Target] Change PATCHABLE_EVENT_CALL/PATCHABLE_TYPED_EVENT_CALL to use unknown instead of i8imm/i16imm/i32imm in its definition.

These instructions don't use immediates, they use registers. But
the register class needed is target specific. So just use unknown.


Compare: https://github.com/llvm/llvm-project/compare/d6b72b0e4df0...264612e13833


More information about the All-commits mailing list