[llvm] [clang] riscv vector cc (PR #77560)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 11 12:49:44 PST 2024


================
@@ -563,6 +615,10 @@ void RISCVFrameLowering::emitPrologue(MachineFunction &MF,
   // directives.
   for (const auto &Entry : CSI) {
     int FrameIdx = Entry.getFrameIdx();
+    if (FrameIdx >=0 &&
----------------
topperc wrote:

space between `>=` and `0`

https://github.com/llvm/llvm-project/pull/77560


More information about the cfe-commits mailing list