[PATCH] D53994: Fixing lower bound regression in certain situations.

JF Bastien via Phabricator reviews at reviews.llvm.org
Tue Dec 4 10:52:01 PST 2018


jfb added a comment.

I'm surprised the codegen is so much worst, even with `__builtin_assume(l >= f);` it's bad. We'll look at improving LLVM's codegen for this, in the meantime I guess this patch is fine.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53994/new/

https://reviews.llvm.org/D53994





More information about the libcxx-commits mailing list