[InstCombine] Move with.overflow tests to separate file; NFC
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 24 Feb 2019 21:55:31 +0000 (21:55 +0000)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 24 Feb 2019 21:55:31 +0000 (21:55 +0000)
commitbdefe47857278d377df5926c9d561b983cc0768c
tree3ca5160de65cc5f5212ca5e3811dcc9bffc48436
parentf43c48cb52175aac5eb21b37115afcd05e138d39
[InstCombine] Move with.overflow tests to separate file; NFC

And regenerate checks. I had to rename some variables, because
update_test_checks can't deal with the same variable names used
in lower and upper case. I've also dropped the result type aliases,
as just using the type directly gives a cleaner result.

llvm-svn: 354759
llvm/test/Transforms/InstCombine/intrinsics.ll
llvm/test/Transforms/InstCombine/with_overflow.ll [new file with mode: 0644]