diff options
author | Scott Egerton <9487234+ScottEgerton@users.noreply.github.com> | 2024-06-12 10:43:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-12 10:43:23 +0100 |
commit | 4a305d40a392e41521b6a427a6acd8d02d428f6c (patch) | |
tree | d01dc65bc9f595785c38b18dee6e5d408742f0e6 /clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp | |
parent | 7a4fab410124144f0196bdee6645b649799dec15 (diff) | |
download | llvm-4a305d40a392e41521b6a427a6acd8d02d428f6c.zip llvm-4a305d40a392e41521b6a427a6acd8d02d428f6c.tar.gz llvm-4a305d40a392e41521b6a427a6acd8d02d428f6c.tar.bz2 |
[AMDGPU] Exclude certain opcodes from being marked as single use (#91802)
The s_singleuse_vdst instruction is used to mark regions of instructions
that produce values that have only one use.
Certain instructions take more than one cycle to execute, resulting in
regions being incorrectly marked.
This patch excludes these multi-cycle instructions from being marked as
either producing single use values or consuming single use values
or both depending on the instruction.
Diffstat (limited to 'clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp')
0 files changed, 0 insertions, 0 deletions