================
@@ -178,6 +174,10 @@ class LLVM_LIBRARY_VISIBILITY RISCV32TargetInfo : public 
RISCVTargetInfo {
     resetDataLayout("e-m:e-p:32:32-i64:64-n32-S128");
   }
 
+  std::pair<unsigned, unsigned> hardwareInterferenceSizes() const override {
----------------
preames wrote:

Are even rv32 machines going to have 32 byte cache lines?  I'd expect 64 to be 
pretty common.  Should we consider making this 64 for both rv32 and rv64?

https://github.com/llvm/llvm-project/pull/162986
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to