alive icon indicating copy to clipboard operation
alive copied to clipboard

crash on valid input

Open nunoplopes opened this issue 9 years ago • 0 comments

Pre: C1 u< width(C1)
%Op0 = shl i7 C1, %A
%r = shl %Op0, C2
  =>
%r = shl (C1 << C2), %A

gives

ERROR: Unknown function: (line: 5)
%r = shl (C1 << C2), %A
     ^

nunoplopes avatar Jan 06 '17 09:01 nunoplopes