On Fri, Sep 27, 2019 at 4:43 PM Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> wrote: > > Currently, ASM operand aren't expanded or even evaluated. > This causes Sparse to emit warning about 'unknown expression' > during the linearization of these operands if they contains, > for example, calls to __builtin_compatible_types_p(). > > This series contains a number of preparatory patches before > adding the missing evaluation & expansion. Looks like a solid improvement. Thanks, Linus