[llvm-commits] [llvm] r75981 - in /llvm/trunk: lib/Target/SystemZ/SystemZInstrInfo.td test/CodeGen/SystemZ/2009-06-02-Rotate.ll
Chris Lattner
clattner at apple.com
Thu Jul 16 14:24:09 PDT 2009
On Jul 16, 2009, at 7:06 AM, Anton Korobeynikov wrote:
> Author: asl
> Date: Thu Jul 16 09:06:49 2009
> New Revision: 75981
>
> URL: http://llvm.org/viewvc/llvm-project?rev=75981&view=rev
> Log:
> Add rotates
Hi Anton,
Can this use multipatterns? A lot of these have multiple variants
(e.g. 32 vs 64bit) and seem like they can be shared.
-Chris
More information about the llvm-commits
mailing list