Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
Jakub Chlanda a34db9bdef [AMDGPU][NFC] Simplify needcopysign logic (#75176)
This was caught by coverity, reported as: `dead_error_condition`.
Since the conditional revolves around `CF`, it is guaranteed to be null
in the else clause, hence making the second part of the statement
redundant.
2023-12-18 12:07:22 +01:00

56 KiB