diff options
author | LU-JOHN <John.Lu@amd.com> | 2025-09-22 11:48:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-22 16:48:16 +0000 |
commit | 1fce874560c9d8911d0bb83deceb4ef8d5a5b9ac (patch) | |
tree | 164f0e1b56ce007f8df0bb2adf163b8f8d576169 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | a25eda2bec2de8a611b014d4473e7dace2bcf975 (diff) | |
download | llvm-1fce874560c9d8911d0bb83deceb4ef8d5a5b9ac.zip llvm-1fce874560c9d8911d0bb83deceb4ef8d5a5b9ac.tar.gz llvm-1fce874560c9d8911d0bb83deceb4ef8d5a5b9ac.tar.bz2 |
[AMDGPU] Use unsigned overflow for S_UADDO_PSEUDO/S_USUBO_PSEUDO (#160142)
Use correct unsigned overflow instructions for
S_UADDO_PSEUDO/S_USUBO_PSEUDO. Note that this issue was hidden because
instruction selection never selected S_UADDO_PSEUDO/S_USUBO_PSEUDO which
will be addressed in https://github.com/llvm/llvm-project/pull/159814.
Signed-off-by: John Lu <John.Lu@amd.com>
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions