[llvm-commits] [llvm] r145300 - in /llvm/trunk: lib/CodeGen/SelectionDAG/DAGCombiner.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp test/CodeGen/X86/widen_load-1.ll
Evan Cheng
evan.cheng at apple.com
Mon Nov 28 15:06:03 PST 2011
Thanks. I didn't know llvm::ComputeMaskedBits() can handle GV's. This is a much better solution.
Evan
On Nov 28, 2011, at 2:52 PM, Eli Friedman wrote:
>
> Note that the old code here wasn't actually using the ABI alignment of
> the type of the GV; it was using the ABI alignment of a pointer.
>
> -Eli
More information about the llvm-commits
mailing list