diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2024-04-22 12:22:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 12:22:54 +0200 |
| commit | 5b6db43f29ac5a114ce6c61010ddd6553c0770c0 (patch) | |
| tree | 561c5071049932dcc2cf1db60e509d29a6aa1c39 /lldb/source/Plugins/ScriptInterpreter/Python | |
| parent | 087b33bbff1ab966656a81f9dd8e136fbd966f58 (diff) | |
| download | llvm-5b6db43f29ac5a114ce6c61010ddd6553c0770c0.zip llvm-5b6db43f29ac5a114ce6c61010ddd6553c0770c0.tar.gz llvm-5b6db43f29ac5a114ce6c61010ddd6553c0770c0.tar.bz2 | |
AMDGPU: Simplify DS atomicrmw fadd handling (#89468)
DS atomic fadd F32 does respect the denormal mode, so we do not need to
consider the expected FP mode or unsafe-fp-atomics attribute. They don't
respect the rounding mode, but we don't care outside of strictfp. This
also reveals the fp-mode-is-flush check has been missing in the cases
that should be considering it alongside amdgpu-unsafe-fp-atomics.
This also stops considering the case where flushing is enabled for f64,
as flushing isn't mandated and we barely handle this case.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
