[PATCH] D69281: [FPEnv] Constrained FCmp intrinsics

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 27 06:45:41 PST 2019


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

Address review comments.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69281/new/

https://reviews.llvm.org/D69281

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/CodeGen/ISDOpcodes.h
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/include/llvm/IR/ConstrainedOps.def
  llvm/include/llvm/IR/IntrinsicInst.h
  llvm/include/llvm/IR/Intrinsics.td
  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/lib/IR/IntrinsicInst.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
  llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
  llvm/lib/Target/SystemZ/SystemZISelLowering.h
  llvm/lib/Target/SystemZ/SystemZInstrFP.td
  llvm/lib/Target/SystemZ/SystemZInstrVector.td
  llvm/lib/Target/SystemZ/SystemZOperators.td
  llvm/lib/Target/SystemZ/SystemZPatterns.td
  llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
  llvm/test/CodeGen/SystemZ/fp-strict-cmp-01.ll
  llvm/test/CodeGen/SystemZ/fp-strict-cmp-02.ll
  llvm/test/CodeGen/SystemZ/fp-strict-cmp-03.ll
  llvm/test/CodeGen/SystemZ/fp-strict-cmp-04.ll
  llvm/test/CodeGen/SystemZ/fp-strict-cmp-05.ll
  llvm/test/CodeGen/SystemZ/fp-strict-cmp-06.ll
  llvm/test/CodeGen/SystemZ/fp-strict-cmps-01.ll
  llvm/test/CodeGen/SystemZ/fp-strict-cmps-02.ll
  llvm/test/CodeGen/SystemZ/fp-strict-cmps-03.ll
  llvm/test/CodeGen/SystemZ/fp-strict-cmps-04.ll
  llvm/test/CodeGen/SystemZ/fp-strict-cmps-05.ll
  llvm/test/CodeGen/SystemZ/fp-strict-cmps-06.ll
  llvm/test/CodeGen/SystemZ/vec-strict-cmp-01.ll
  llvm/test/CodeGen/SystemZ/vec-strict-cmp-02.ll
  llvm/test/CodeGen/SystemZ/vec-strict-cmp-03.ll
  llvm/test/CodeGen/SystemZ/vec-strict-cmps-01.ll
  llvm/test/CodeGen/SystemZ/vec-strict-cmps-02.ll
  llvm/test/CodeGen/SystemZ/vec-strict-cmps-03.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69281.231243.patch
Type: text/x-patch
Size: 265560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191127/63d90335/attachment-0001.bin>


More information about the llvm-commits mailing list