[all-commits] [llvm/llvm-project] 8cef45: [ARM] Fix STRT/STRHT/STRBT input/output operands.

Zhuojia (Chaos) Shen via All-commits all-commits at lists.llvm.org
Tue Jan 26 14:25:12 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8cef45517e47af7c81dd6504fa52ce98e21a6208
      https://github.com/llvm/llvm-project/commit/8cef45517e47af7c81dd6504fa52ce98e21a6208
  Author: Zhuojia Shen <chaosdefinition at hotmail.com>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

  Changed paths:
    M llvm/lib/Target/ARM/ARMInstrThumb2.td

  Log Message:
  -----------
  [ARM] Fix STRT/STRHT/STRBT input/output operands.

STRT, STRHT, and STRBT are store instructions and their source register
$Rt should be treated as an input operand instead of an output operand.
This should fix things (e.g., liveness tracking in LivePhysRegs) if
these instructions were used in CodeGen.

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




More information about the All-commits mailing list