Files
llvm-project/llvm/lib/Target/AMDGPU/R600TargetTransformInfo.cpp
Alexis Engelke 4fd826d1f9 [IR] Split Br into UncondBr and CondBr (#184027)
BranchInst currently represents both unconditional and conditional
branches. However, these are quite different operations that are often
handled separately. Therefore, split them into separate opcodes and
classes to allow distinguishing these operations in the type system.
Additionally, this also slightly improves compile-time performance.
2026-03-11 12:31:10 +00:00

5.4 KiB