This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 70b94e12d40 [Hexagon] Remove incorrect bit negation new 7ce2f7c0770 [IR] Match intrinsic parameter by scalar/vectorwidth
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/IR/Intrinsics.td | 39 ++- lib/IR/Function.cpp | 25 +- test/Analysis/CostModel/X86/arith-overflow.ll | 414 ++++++++++++++++++++++++++ utils/TableGen/CodeGenTarget.cpp | 2 +- utils/TableGen/IntrinsicEmitter.cpp | 2 +- 5 files changed, 455 insertions(+), 27 deletions(-) create mode 100644 test/Analysis/CostModel/X86/arith-overflow.ll