Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SSA/Projects/InstCombine/Tactic/SimpLLVM.lean
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ attribute [simp_llvm_split]
if_if_eq_if_and if_if_eq_if_or
PoisonOr.toOption_getSome
PoisonOr.toOption_getSome PoisonOr.toOption_getNone
PoisonOr.not_value_isRefinedBy_poison
BitVec.ofBool_eq_one_iff
/- `reduceOfInt` and `Nat.cast_one` are somewhat questionable additions to this simp-set.
They are not needed for the case-bashing to succeed, but they are simp-lemmas that were
previously being applied in `AliveAutoGenerated`, where they closed a few trivial goals,
Expand Down
Loading