[llvm] [RISCV] Select atomic_{load/store} to pseudos and expand them later (PR #67108)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 27 00:04:56 PDT 2023


wangpc-pp wrote:

If we want to make `fence` and `load/store` schedulable separately, we can just expand them before RA in `RISCVPreRAExpandPseudo`.

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


More information about the llvm-commits mailing list