This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 80e7c6a6b2d Fix line endings and trim trailing whitespace. NFCI. new 2edf253eb80 [RISCV] Add tests to demonstrate bitcasted fneg/fabs dagcombines
The 1 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: test/CodeGen/RISCV/double-bitmanip-dagcombines.ll | 80 +++++++++++++++++++++++ test/CodeGen/RISCV/float-arith.ll | 58 +++++++++------- test/CodeGen/RISCV/float-bitmanip-dagcombines.ll | 49 ++++++++++++++ 3 files changed, 162 insertions(+), 25 deletions(-) create mode 100644 test/CodeGen/RISCV/double-bitmanip-dagcombines.ll create mode 100644 test/CodeGen/RISCV/float-bitmanip-dagcombines.ll