[clang] [llvm] [clang-tools-extra] [PowerPC] Check value uses in ValueBit tracking (PR #66040)

Kai Luo via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 29 01:23:50 PST 2024


bzEq wrote:

Though I do see some codegen improvement, I don't think we should check uses inside `getValueBits`, since `getValueBits` is for analysis and is gathering as much information as it can. Can you post your motivation code?

https://github.com/llvm/llvm-project/pull/66040


More information about the cfe-commits mailing list