This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e693206 [RSForGC] Bring the BDVState struct up to code; NFC new 075766d [LoopUnswitch] Unswitch on conditions feeding into guards new 63e75c4 [SelectionDAG] Use DAG.getCommutedVectorShuffle instead of re [...] new e8326f9 [X86] Replace calls to isSingleInputShuffleMask with just che [...] new caddfac [X86] Rewrite lowerVectorShuffleWithPSHUFB to not require a Z [...]
The 4 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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 17 +---- lib/Target/X86/X86ISelLowering.cpp | 110 +++++++++++++------------------ lib/Transforms/Scalar/LoopUnswitch.cpp | 40 +++++++++-- test/Transforms/LoopUnswitch/guards.ll | 97 +++++++++++++++++++++++++++ 4 files changed, 178 insertions(+), 86 deletions(-) create mode 100644 test/Transforms/LoopUnswitch/guards.ll