This is an archive of the discontinued LLVM Phabricator instance.

[ubsan] Un-templatize handleIntegerOverflowImpl (NFC)
AcceptedPublic

Authored by vsk on Oct 5 2016, 4:14 PM.

Details

Reviewers
filcab
rsmith

Diff Detail

Event Timeline

vsk updated this revision to Diff 73706.Oct 5 2016, 4:14 PM
vsk retitled this revision from to [ubsan] Un-templatize handleIntegerOverflowImpl (NFC).
vsk updated this object.
vsk added a reviewer: rsmith.
vsk added a subscriber: llvm-commits.
filcab accepted this revision.Oct 21 2016, 2:59 AM
filcab added a reviewer: filcab.
filcab added a subscriber: filcab.

LGTM, it's always called with Value anyway.

This revision is now accepted and ready to land.Oct 21 2016, 2:59 AM