Closed ombre5733 closed 4 years ago
MLIR has already a std.shlis op but no lowering to LLVM. This commit adds the lowering and complements std.shlis by std.shris and std.shriu. The latter ones are lowered to llvm.ashr and llvm.lshr.
Closing this in favor of #226.
MLIR has already a std.shlis op but no lowering to LLVM. This commit adds the lowering and complements std.shlis by std.shris and std.shriu. The latter ones are lowered to llvm.ashr and llvm.lshr.