diff options
author | Tom Stellard <[email protected]> | 2012-06-20 16:28:01 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-06-21 20:42:06 +0000 |
commit | c53c8d05551083437eb991e79002c0a272541a79 (patch) | |
tree | 667ab99b9bce570cafb0f70e5ff681e5d97f937b /src/gallium/drivers/radeon/AMDILISelLowering.cpp | |
parent | cd287301ec598d2811f3f85c03d23bae01be2359 (diff) |
radeon/llvm: Lower ROTL to BIT_ALIGN
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILISelLowering.cpp')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/AMDILISelLowering.cpp b/src/gallium/drivers/radeon/AMDILISelLowering.cpp index 12b3dce5ee8..28380010a94 100644 --- a/src/gallium/drivers/radeon/AMDILISelLowering.cpp +++ b/src/gallium/drivers/radeon/AMDILISelLowering.cpp @@ -564,7 +564,6 @@ AMDILTargetLowering::LowerMemArgument( // GPU doesn't have a rotl, rotr, or byteswap instruction setOperationAction(ISD::ROTR, VT, Expand); - setOperationAction(ISD::ROTL, VT, Expand); setOperationAction(ISD::BSWAP, VT, Expand); // GPU doesn't have any counting operators |