Comment out incorrect optimization

This commit is contained in:
John Lorentzson 2025-07-17 19:02:37 +02:00
parent 8fe1c85a40
commit c2fde9fdd0

View file

@ -154,6 +154,7 @@ though I'm pretty sure it can't anyway.")
(flet ((arg-duplicates-p (a b)
(or (and (ir-constant-p a) (ir-constant-p b)
(eql (ir-constant-value a) (ir-constant-value b)))
#+(or)
(and (typep a 'ir-fetchvar) (typep b 'ir-fetchvar)
(eql (input (definition a)) (input (definition b)))))))
(dolist (call calls)