This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a1e328df4aa Revert "[Sanitizers] UBSan unreachable incompatible with AS [...] new f2ee78d5032 [X86] Add PR25858 test cases new 4922a5538ee Fix emission of _fltused for MSVC.
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/CodeGen/MachineModuleInfo.h | 23 +---- lib/CodeGen/MachineModuleInfo.cpp | 21 +--- lib/CodeGen/SelectionDAG/FastISel.cpp | 3 - lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 3 - lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 29 ++++++ lib/Target/X86/X86AsmPrinter.cpp | 39 +++---- test/CodeGen/X86/combine-sbb.ll | 124 +++++++++++++++++++++++ test/CodeGen/X86/fltused.ll | 5 +- test/CodeGen/X86/fltused_function_pointer.ll | 5 +- test/CodeGen/X86/fltused_math.ll | 18 ++++ 10 files changed, 203 insertions(+), 67 deletions(-) create mode 100644 test/CodeGen/X86/combine-sbb.ll create mode 100644 test/CodeGen/X86/fltused_math.ll