This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bbb41d83129 [RISCV] Codegen support for RV32D floating point conversion [...] new 14efaa1e8e7 [RISCV] Codegen support for RV32D floating point comparison [...] new ef1bc2d3ca7 [NFC] fix trivial typos in documents and comments
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/AMDGPUUsage.rst | 2 +- docs/ExceptionHandling.rst | 2 +- docs/ProgrammersManual.rst | 2 +- include/llvm/Analysis/LoopInfo.h | 2 +- include/llvm/Analysis/ScalarEvolutionExpander.h | 2 +- lib/CodeGen/LiveIntervals.cpp | 2 +- lib/IR/ConstantFold.cpp | 2 +- lib/Object/COFFObjectFile.cpp | 2 +- lib/Target/RISCV/RISCVISelLowering.cpp | 16 +- lib/Target/RISCV/RISCVInstrInfo.cpp | 18 +- lib/Target/RISCV/RISCVInstrInfoD.td | 14 + lib/Transforms/Scalar/NewGVN.cpp | 2 +- test/CodeGen/AArch64/bitfield-insert.ll | 2 +- test/CodeGen/RISCV/double-br-fcmp.ll | 534 +++++++++++++++++++++ .../RISCV/{double-arith.ll => double-fcmp.ll} | 282 ++++++----- test/CodeGen/RISCV/double-previous-failure.ll | 71 +++ test/CodeGen/RISCV/double-select-fcmp.ll | 423 ++++++++++++++++ test/Transforms/GVNHoist/infinite-loop-indirect.ll | 2 +- 18 files changed, 1227 insertions(+), 153 deletions(-) create mode 100644 test/CodeGen/RISCV/double-br-fcmp.ll copy test/CodeGen/RISCV/{double-arith.ll => double-fcmp.ll} (54%) create mode 100644 test/CodeGen/RISCV/double-previous-failure.ll create mode 100644 test/CodeGen/RISCV/double-select-fcmp.ll