This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e1ffb34fd88 [AArch64] Add support for UDF instruction new f276cd65598 [X86] Add extra-uses on the mask of pattern c of extract-{l [...] new ae66d6c1092 [X86][BMI1] X86DAGToDAGISel: select BEXTR from x & (-1 >> [...] new 8125e33cdb8 [SROA] Use offset sizes from the DataLayout instead of the [...]
The 3 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/Target/X86/X86ISelDAGToDAG.cpp | 58 +- lib/Target/X86/X86InstrInfo.td | 40 - lib/Transforms/Scalar/SROA.cpp | 12 +- test/CodeGen/X86/extract-bits.ll | 1617 ++++++++++++++++++++------- test/CodeGen/X86/extract-lowbits.ll | 1083 ++++++++++++++---- test/Transforms/SROA/pointer-offset-size.ll | 29 + 6 files changed, 2164 insertions(+), 675 deletions(-) create mode 100644 test/Transforms/SROA/pointer-offset-size.ll