search for: d47882

Displaying 1 result from an estimated 1 matches for "d47882".

2018 Jun 13
12
RFC: Atomic LL/SC loops in LLVM revisited
...ring fences and uses AtomicExpandPass to generate libatomic calls otherwise. Committed in rL334590. * D47589: [RISCV] Add codegen support for atomic load/stores with RV32A. <https://reviews.llvm.org/D47589>. Use AtomicExpandPass to insert fences for atomic load/store. Committed in rL334591. * D47882: [RISCV] Codegen for i8, i16, and i32 atomicrmw with RV32A. <https://reviews.llvm.org/D47882>. Implements the lowering strategy described above for atomicrmw and adds a hook to allow custom atomicrmw expansion in IR. Under review. * D48129: [RISCV] Improved lowering for bit-wise atomicrmw {i8...