v1==v2;

can be lowered as

{
  import rthelpers:cmp;
  cmp(v1,v2);
}

or something like that

Reply via email to