diff options
author | Nikita Popov <npopov@redhat.com> | 2022-01-27 11:15:31 +0100 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2022-01-31 09:28:39 +0100 |
commit | 0801940c17b7b5bb69a76cd713ad76a6d2ba0788 (patch) | |
tree | 1c3114bfce3e18094b48a383a27fc0f611ff71b4 /llvm/lib/Transforms/Utils/CloneFunction.cpp | |
parent | 438f0e1f00ada4827d8138dd236e850b26c4141f (diff) | |
download | llvm-0801940c17b7b5bb69a76cd713ad76a6d2ba0788.zip llvm-0801940c17b7b5bb69a76cd713ad76a6d2ba0788.tar.gz llvm-0801940c17b7b5bb69a76cd713ad76a6d2ba0788.tar.bz2 |
[RISCV] Avoid pointer element type access for masked atomicrmw intrinsics
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
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneFunction.cpp')
0 files changed, 0 insertions, 0 deletions