[clang] [CIR] Add rotate operation (PR #148426)
Sirui Mu via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 16 06:51:14 PDT 2025
================
@@ -2898,6 +2898,45 @@ def ByteSwapOp : CIR_BitOpBase<"byte_swap", CIR_UIntOfWidths<[16, 32, 64]>> {
}];
}
+//===----------------------------------------------------------------------===//
+// RotateOp
+//===----------------------------------------------------------------------===//
+
+def RotateOp : CIR_Op<"rotate", [Pure, SameOperandsAndResultType]> {
----------------
Lancern wrote:
Updated.
https://github.com/llvm/llvm-project/pull/148426
More information about the cfe-commits
mailing list