[llvm] [RISCV] Handle codegen for Big Endian (PR #172668)
Djordje Todorovic via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 19 03:58:13 PST 2025
================
@@ -97,6 +97,9 @@ class RISCVSubtarget : public RISCVGenSubtargetInfo {
RISCVProcFamilyEnum RISCVProcFamily = Others;
RISCVVRGatherCostModelEnum RISCVVRGatherCostModel = Quadratic;
+ Triple TargetTriple;
----------------
djtodoro wrote:
No, will remove it.
https://github.com/llvm/llvm-project/pull/172668
More information about the llvm-commits
mailing list