KhronosGroup / SPIRV-LLVM-Translator

A tool and a library for bi-directional translation between SPIR-V and LLVM IR
Other
460 stars 207 forks source link

[NFC] Use llvm::bit_ceil #2600

Closed LU-JOHN closed 3 weeks ago

LU-JOHN commented 4 weeks ago

bit_ceil requires C++20. Use llvm::bit_ceil to avoid this requirement.