[all-commits] [llvm/llvm-project] d7032b: [PowerPC][NFC] Reclaim TSFlags bit 6

jsji via All-commits all-commits at lists.llvm.org
Tue Jan 21 07:04:49 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d7032bc3c009d3d2e7fdd6427fa629589fe93096
      https://github.com/llvm/llvm-project/commit/d7032bc3c009d3d2e7fdd6427fa629589fe93096
  Author: Jinsong Ji <jji at us.ibm.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCInstrFormats.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.h

  Log Message:
  -----------
  [PowerPC][NFC] Reclaim TSFlags bit 6

We removed UseVSXReg flag in https://reviews.llvm.org/D58685
But we did not reclain the bit 6 it was assigned,
this will become confusing and a hole later..
We should reclaim it as early as possible before new bits.

Reviewed By: sfertile

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




More information about the All-commits mailing list