Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RISCV] Avoid pointer element type access for masked atomicrmw intrin…
…sics masked.atomicrmw.*.i32 intrinsics access an i32 (and then possibly mask it), so hardcode MVT::i32 as the access type here, rather than determining it from the pointer element type. Differential Revision: https://reviews.llvm.org/D118336
- Loading branch information