[llvm] [clang] [compiler-rt] [HIP] support 128 bit int division (PR #71978)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 12 18:36:55 PST 2023
https://github.com/arsenm commented:
128-bit division should already work, we have an IR integer division expansion for > 64-bit divides. I think moving towards getting the infrastructure to a place where we can link in compiler-rt binaries is a good thing, but I don't think we're in a position to actually enable that at this time. We still don't have everything necessary to provide object linking, which this seems to rely on
https://github.com/llvm/llvm-project/pull/71978
More information about the llvm-commits
mailing list