"llvm/bindings/Makefile" did not exist on "a81f8197ebec0e47c8a4fc44e7a40f8a7ea3d135"
[GlobalISel] Use std::lcm (NFC)
This patch replaces getLCMSize with std::lcm, a C++17 feature. Note that all the arguments are of unsigned with no implicit type conversion as they are passed to getLCMSize.
Loading
Please sign in to comment