This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c61ff3fc409 gn build: Move target flags from toolchain to a .gni file. new 00f59269287 treat invoke like call new 3e0a21b5bc3 X86DAGToDAGISel::matchBitExtract() with truncation (PR36419)
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: lib/Target/X86/X86ISelDAGToDAG.cpp | 37 ++++++-- lib/Transforms/Utils/AddDiscriminators.cpp | 7 +- test/CodeGen/X86/extract-bits.ll | 77 ++++++++-------- test/Transforms/AddDiscriminators/invoke.ll | 134 ++++++++++++++++++++++++++++ 4 files changed, 207 insertions(+), 48 deletions(-) create mode 100644 test/Transforms/AddDiscriminators/invoke.ll