[PATCH] D128599: [RISCV] Teach RISCVMergeBaseOffset to handle read-modify-write of a global.

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 12:22:46 PDT 2022


asb added a comment.

I've not had a chance to delve in any further, but I'm getting a compilation failure with builtin-prefetch-2.c from the GCC torture suite when applying this patch:

  clang-15: /home/asb/llvm-project/llvm/lib/CodeGen/LiveVariables.cpp:129: void llvm::LiveVariables::HandleVirtRegUse(llvm::Register, llvm::MachineBasicBlock *, llvm::MachineInstr &): Assertion `MRI->getVRegDef(Reg) && "Register use before def!"' failed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128599/new/

https://reviews.llvm.org/D128599



More information about the llvm-commits mailing list