[LLVMdev] Re: bug in CSEMap?

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Aug 14 13:08:32 PDT 2006


I think that the problem is in SelectionDAG::getConstantPool itself.
Only Alignment and Offset are used in the ID. This causes false
aliases.

X86TargetLowering::LowerFABS should also be affected. All of its calls
to getConstantPool have the same alignment and offset.

Best Regards,
Rafael



More information about the llvm-dev mailing list