[all-commits] [llvm/llvm-project] d6656c: [GlobalISel] Remove hint instructions in generic I...

Jessica Paquette via All-commits all-commits at lists.llvm.org
Fri Jan 29 11:33:54 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d6656c3b258ef2c40ad089dbb4bfcbb29fd47d9e
      https://github.com/llvm/llvm-project/commit/d6656c3b258ef2c40ad089dbb4bfcbb29fd47d9e
  Author: Jessica Paquette <jpaquette at apple.com>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
    A llvm/test/CodeGen/AArch64/GlobalISel/select-hint.mir

  Log Message:
  -----------
  [GlobalISel] Remove hint instructions in generic InstructionSelect code.

I think every target will want to remove these in the same way. Rather than
making them all implement the same code, let's just put this in
InstructionSelect.

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




More information about the All-commits mailing list