[RISCV] isImpliedByDomCondition returns an Optional<bool> not a bool.
authorCraig Topper <craig.topper@sifive.com>
Sun, 14 Aug 2022 04:11:26 +0000 (21:11 -0700)
committerTobias Hieta <tobias@hieta.se>
Tue, 16 Aug 2022 06:30:13 +0000 (08:30 +0200)
commitf1f55a9f1e2f81060e9144b4df5050adf2db2866
tree5066a770331edbdb2e3840f9e8a40d79d641489f
parente4aa1049da45836c03139069edb14f1ea2df64dd
[RISCV] isImpliedByDomCondition returns an Optional<bool> not a bool.

We were incorrectly checking that it returned an implicaton result,
not that the implication result itself was true.
llvm/lib/Target/RISCV/RISCVCodeGenPrepare.cpp