More robust FILTER-LVAR through CASTs
authorPaul Khuong <pvk@pvk.ca>
Sun, 19 May 2013 14:14:35 +0000 (10:14 -0400)
committerPaul Khuong <pvk@pvk.ca>
Sun, 19 May 2013 15:49:29 +0000 (11:49 -0400)
commit587c903b0601dfd6763b5acc05778f793172c915
tree0ed2018bc1e1edc91720cc85f94fb9f820556052
parent0b1d0058ff735443dd95d244577d1b7a4399835b
More robust FILTER-LVAR through CASTs

 * IR1-conversion can insert casts between a combination and its
   arguments. Handle that case via principal-lvar{-use}.

 * Fixes a regression in b111015 (lp#1181684).
src/compiler/ir1util.lisp
tests/compiler.pure.lisp