This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f3f46916050 GlobalISel: Implement moreElementsVector for implicit_def new 377fba3b5c7 [IRReader] Expose getLazyIRModule new bc24c432c21 [LegalizeTypes] Expand FNEG to bitwise op for IEEE FP types
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: include/llvm/IRReader/IRReader.h | 11 +++ lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 9 ++ lib/IRReader/IRReader.cpp | 6 +- test/CodeGen/ARM/legalize-fneg.ll | 61 ++++++++++++++ test/CodeGen/RISCV/legalize-fneg.ll | 105 ++++++++++++++++++++++++ 5 files changed, 189 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/ARM/legalize-fneg.ll create mode 100644 test/CodeGen/RISCV/legalize-fneg.ll