[llvm] [RISCV] Implement Intrinsics and CodeGen Support for XCValu Extension… (PR #78138)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 27 00:24:07 PST 2024
================
@@ -1384,6 +1386,16 @@ RISCVTargetLowering::RISCVTargetLowering(const TargetMachine &TM,
}
}
+ if (Subtarget.hasVendorXCValu()) {
----------------
topperc wrote:
Can we pull the simple instructions out to a separate patch that can be easily approved?
https://github.com/llvm/llvm-project/pull/78138
More information about the llvm-commits
mailing list