[PATCH] D13915: Properly evaluate MCBinaryExpr with a constant on one side.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 11:18:00 PST 2015


>.... is what the existing logic avoids to not produces a "null - B".

Turns out the correct solution is just to allow "null - B" since ELF
can represent that some times: r251818.

Thanks,
Rafael


More information about the llvm-commits mailing list