[PATCH] D45576: [RFC] Allow target to handle STRICT floating-point nodes

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 2 10:01:11 PDT 2018


uweigand updated this revision to Diff 167967.
uweigand added a comment.

Yet another Ping after returning from vacation ...

I've now split off two logically self-contained subparts of the patch into separate revisions to hopefully simplify review:

[PseudoSourceValue] New category to represent floating-point status
https://reviews.llvm.org/D52785

[MI] New flag mayAccessMemory
https://reviews.llvm.org/D52786

This patch now depends on both of those and will only be committed together with them (if approved).


https://reviews.llvm.org/D45576

Files:
  include/llvm/CodeGen/SelectionDAGNodes.h
  include/llvm/Target/TargetSelectionDAG.td
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/SystemZ/SystemZISelLowering.cpp
  lib/Target/SystemZ/SystemZInstrDFP.td
  lib/Target/SystemZ/SystemZInstrFP.td
  lib/Target/SystemZ/SystemZInstrVector.td
  lib/Target/SystemZ/SystemZOperators.td
  lib/Target/SystemZ/SystemZRegisterInfo.cpp
  lib/Target/SystemZ/SystemZRegisterInfo.td
  test/CodeGen/SystemZ/RAbasic-invalid-LR-update.mir
  test/CodeGen/SystemZ/clear-liverange-spillreg.mir
  test/CodeGen/SystemZ/fp-cmp-07.mir
  test/CodeGen/SystemZ/fp-conv-17.mir
  test/CodeGen/SystemZ/fp-strict-add-01.ll
  test/CodeGen/SystemZ/fp-strict-add-02.ll
  test/CodeGen/SystemZ/fp-strict-add-03.ll
  test/CodeGen/SystemZ/fp-strict-add-04.ll
  test/CodeGen/SystemZ/fp-strict-alias.ll
  test/CodeGen/SystemZ/fp-strict-div-01.ll
  test/CodeGen/SystemZ/fp-strict-div-02.ll
  test/CodeGen/SystemZ/fp-strict-div-03.ll
  test/CodeGen/SystemZ/fp-strict-div-04.ll
  test/CodeGen/SystemZ/fp-strict-mul-01.ll
  test/CodeGen/SystemZ/fp-strict-mul-02.ll
  test/CodeGen/SystemZ/fp-strict-mul-03.ll
  test/CodeGen/SystemZ/fp-strict-mul-04.ll
  test/CodeGen/SystemZ/fp-strict-mul-05.ll
  test/CodeGen/SystemZ/fp-strict-mul-06.ll
  test/CodeGen/SystemZ/fp-strict-mul-07.ll
  test/CodeGen/SystemZ/fp-strict-mul-08.ll
  test/CodeGen/SystemZ/fp-strict-mul-09.ll
  test/CodeGen/SystemZ/fp-strict-mul-10.ll
  test/CodeGen/SystemZ/fp-strict-mul-11.ll
  test/CodeGen/SystemZ/fp-strict-round-01.ll
  test/CodeGen/SystemZ/fp-strict-round-02.ll
  test/CodeGen/SystemZ/fp-strict-round-03.ll
  test/CodeGen/SystemZ/fp-strict-sqrt-01.ll
  test/CodeGen/SystemZ/fp-strict-sqrt-02.ll
  test/CodeGen/SystemZ/fp-strict-sqrt-03.ll
  test/CodeGen/SystemZ/fp-strict-sqrt-04.ll
  test/CodeGen/SystemZ/fp-strict-sub-01.ll
  test/CodeGen/SystemZ/fp-strict-sub-02.ll
  test/CodeGen/SystemZ/fp-strict-sub-03.ll
  test/CodeGen/SystemZ/fp-strict-sub-04.ll
  test/CodeGen/SystemZ/vec-strict-add-01.ll
  test/CodeGen/SystemZ/vec-strict-add-02.ll
  test/CodeGen/SystemZ/vec-strict-div-01.ll
  test/CodeGen/SystemZ/vec-strict-div-02.ll
  test/CodeGen/SystemZ/vec-strict-mul-01.ll
  test/CodeGen/SystemZ/vec-strict-mul-02.ll
  test/CodeGen/SystemZ/vec-strict-mul-03.ll
  test/CodeGen/SystemZ/vec-strict-mul-04.ll
  test/CodeGen/SystemZ/vec-strict-mul-05.ll
  test/CodeGen/SystemZ/vec-strict-round-01.ll
  test/CodeGen/SystemZ/vec-strict-round-02.ll
  test/CodeGen/SystemZ/vec-strict-sqrt-01.ll
  test/CodeGen/SystemZ/vec-strict-sqrt-02.ll
  test/CodeGen/SystemZ/vec-strict-sub-01.ll
  test/CodeGen/SystemZ/vec-strict-sub-02.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45576.167967.patch
Type: text/x-patch
Size: 240551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181002/6d050ebd/attachment-0001.bin>


More information about the llvm-commits mailing list