[llvm] [RISCV][MC] Add support for experimental Zimop extension (PR #75182)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 09:51:53 PST 2023
================
@@ -108,6 +108,29 @@ let TargetPrefix = "riscv" in {
def int_riscv_xperm8 : BitManipGPRGPRIntrinsics;
} // TargetPrefix = "riscv"
+//===----------------------------------------------------------------------===//
----------------
topperc wrote:
This isn't part of MC and should not be in this patch.
https://github.com/llvm/llvm-project/pull/75182
More information about the llvm-commits
mailing list