Remove NYI for x86 long rotate
authorMichelle McDaniel <adiaaida@gmail.com>
Wed, 14 Sep 2016 16:39:16 +0000 (09:39 -0700)
committerMichelle McDaniel <adiaaida@gmail.com>
Wed, 14 Sep 2016 16:42:34 +0000 (09:42 -0700)
commit48c853d0e2ba23e5ceb34b4081697dc80cbfd579
tree83097e38a53b876db91f5fa2188e023ae6af4d5c
parent23c166d03a673e515131c2bb8777de308c0637ce
Remove NYI for x86 long rotate

For x86 rotate a long by a variable amount, we will just default to what
legacy backend does, which ultimately will generate two helper calls. In
the future, we may want to write a helper function for rotate for these
cases to eliminate one of the helper calls.
src/jit/morph.cpp