This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 303e799e012 Add a transform pass to make the executable semantics of po [...] new e025bc2d09e [ThinLTO] only emit used or referenced CFI records to index new b82d90f0e06 [PoisonChecking] Add validation rules for "exact" on sdiv/udiv
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/Bitcode/Writer/BitcodeWriter.cpp | 30 ++++++++---- lib/Transforms/Instrumentation/PoisonChecking.cpp | 18 +++++++ .../PoisonChecking/basic-flag-validation.ll | 43 +++++++++++++++++ test/ThinLTO/X86/Inputs/cfi-icall-only-bazqux.ll | 24 ++++++++++ test/ThinLTO/X86/cfi-icall-only-defuse.ll | 56 ++++++++++++++++++++++ 5 files changed, 163 insertions(+), 8 deletions(-) create mode 100644 test/ThinLTO/X86/Inputs/cfi-icall-only-bazqux.ll create mode 100644 test/ThinLTO/X86/cfi-icall-only-defuse.ll