[InstCombine] Remove disable-verify tests (NFC)
authorNikita Popov <npopov@redhat.com>
Wed, 18 May 2022 12:47:38 +0000 (14:47 +0200)
committerNikita Popov <npopov@redhat.com>
Wed, 18 May 2022 12:48:48 +0000 (14:48 +0200)
commit128da94d38242c28e6bf23ad025e0cb2d6ce9e4f
tree03c32f06d8f3ca1a467402974303c07dce508aef
parent32ca9bd7b5b83a4bc84ed611e3744f20cf62dba6
[InstCombine] Remove disable-verify tests (NFC)

InstCombine is not required to do anything sensible if it receives
invalid IR.

These tests seem to be testing self-referential instructions that
may occur in unreachable code -- but InstCombine actually goes out
of the way to remove such instructions ahead of time so it doesn't
need to deal with them.
llvm/test/Transforms/InstCombine/objsize-noverify.ll [deleted file]
llvm/test/Transforms/InstCombine/select-crash-noverify.ll [deleted file]