This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f58f293 [ARM] Fix insert point for store rescheduling. new 2880f2d Improve mulhi overflow test. NFC new b424c9d [GlobalISel] Add a way for targets to enable GISel.
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/TargetPassConfig.h | 4 ++ lib/CodeGen/LLVMTargetMachine.cpp | 10 +++-- lib/CodeGen/TargetPassConfig.cpp | 5 +++ lib/Target/AArch64/AArch64TargetMachine.cpp | 11 +++++ .../AArch64/GlobalISel/gisel-commandline-option.ll | 48 ++++++++++++++++++++++ test/CodeGen/X86/overflow.ll | 39 +++++++++++------- 6 files changed, 99 insertions(+), 18 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/gisel-commandline-option.ll