[all-commits] [llvm/llvm-project] 529bb8: [PowerPC] Fix the incorrect 'RM' flag set on load/...

QingShan Zhang via All-commits all-commits at lists.llvm.org
Tue Nov 5 18:48:13 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 529bb8a98048302686b7c58e2a62a4223a18e5c2
      https://github.com/llvm/llvm-project/commit/529bb8a98048302686b7c58e2a62a4223a18e5c2
  Author: QingShan Zhang <48825004 at qq.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    A llvm/test/CodeGen/PowerPC/instr-properties.ll

  Log Message:
  -----------
  [PowerPC] Fix the incorrect 'RM' flag set on load/store instr

The 'RM' flag model the "Rounding Mode" and it has nothing to do with the load/store instructions.

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




More information about the All-commits mailing list