This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d7ca0d78e93 [DAGCombiner] add one-use restriction to vector transform w [...] new 314fba3fbfd [LangRef] Clarify absence of rounding guarantees for fmuladd. new bd5ddbcfebc [CodeGen] Replace -max-jump-table-size with -max-jump-table [...]
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: docs/LangRef.rst | 12 ++-- include/llvm/CodeGen/BasicTTIImpl.h | 2 +- include/llvm/CodeGen/SwitchLoweringUtils.h | 8 --- include/llvm/CodeGen/TargetLowering.h | 28 ++++----- lib/CodeGen/SwitchLoweringUtils.cpp | 94 ++++++++++++++++-------------- lib/CodeGen/TargetLoweringBase.cpp | 18 +++--- lib/Target/AArch64/AArch64ISelLowering.cpp | 7 +-- lib/Target/AArch64/AArch64Subtarget.cpp | 4 +- lib/Target/AArch64/AArch64Subtarget.h | 4 +- test/CodeGen/AArch64/max-jump-table.ll | 46 +++++++-------- 10 files changed, 110 insertions(+), 113 deletions(-)