[all-commits] [llvm/llvm-project] 37db28: [RISCV] isImpliedByDomCondition returns an Optiona...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Aug 12 22:21:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37db283362232eaa0a57d452fee45cf2b147f356
https://github.com/llvm/llvm-project/commit/37db283362232eaa0a57d452fee45cf2b147f356
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-08-12 (Fri, 12 Aug 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVCodeGenPrepare.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list