InstCombine: Add baseline tests for and/or of fcmp to class combine
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 30 Nov 2022 04:27:26 +0000 (23:27 -0500)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 13 Dec 2022 16:11:43 +0000 (11:11 -0500)
commitefebb4c353a8a27597a3b397fbbf91b5736a86f8
tree89c71d6a224620899437a11d24e925bdd46661ff
parent2c33031e1b9d9bc8ad6d6abaee5c9a3f6007d520
InstCombine: Add baseline tests for and/or of fcmp to class combine

This is for patterns like !isfinite || zero.
llvm/test/Transforms/InstCombine/create-class-from-logic-fcmp.ll [new file with mode: 0644]