Split off from D98857
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Support/KnownBits.cpp | ||
---|---|---|
498 | Side note, we should rename computeForMul -> mul. |
llvm/lib/Support/KnownBits.cpp | ||
---|---|---|
498 | I would vote for operator*. |
Comment Actions
Cheers - there's a sort of convergence going on that KnownBits function names match APInt (although APInt doesn't have any mulh methods) - not sure about operators though. I've been burnt in the past with the & operator as I thought it would be to determine common bits......
Side note, we should rename computeForMul -> mul.