This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3189f248758 [X86][FMA] Tag all FMA/FMA4 instructions with WriteFMA sche [...] new 7f70b1d6822 [NFC] Add missing unit tests for EquivalenceClasses new 8ed68b36716 [CGP] Fix handling of null pointer values in optimizeMemoryInst
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/ADT/EquivalenceClasses.h | 10 +++ lib/CodeGen/CodeGenPrepare.cpp | 16 ++-- .../Transforms/CodeGenPrepare/ARM/sink-addrmode.ll | 52 +++++++++++++ unittests/ADT/CMakeLists.txt | 1 + unittests/ADT/EquivalenceClassesTest.cpp | 85 ++++++++++++++++++++++ 5 files changed, 155 insertions(+), 9 deletions(-) create mode 100644 unittests/ADT/EquivalenceClassesTest.cpp