This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c9069cd4534 [BasicAA] Add test case that goes with r305481. new 00cc11273bf ISel: Fix FastISel of swifterror values
The 1 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/CodeGen/FunctionLoweringInfo.h | 12 +++ lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 26 ++++++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 34 ++++--- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 79 ++++++++++++++++ test/CodeGen/AArch64/swifterror.ll | 27 ++++++ test/CodeGen/ARM/swifterror.ll | 28 ++++++ test/CodeGen/X86/swifterror.ll | 108 ++++++++++++++++++++++ 7 files changed, 300 insertions(+), 14 deletions(-)