Files
llvm-project/llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
Bruce Changlong Xu 4cbb67a962 [AMDGPU] Use empty() instead of size() comparisons. NFC. (#187424)
Replace `.size() == 0`, `.size() != 0`, and `.size() > 0` with
`.empty()` / `!.empty()` across the AMDGPU backend.
2026-03-19 16:08:56 +00:00

55 KiB