[PATCH] D75799: [JumpThreading] Don't create PHI nodes with "is.constant" values

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 19 18:40:05 PDT 2020


joerg added a comment.

Yes, __builtin_expect is just noise here. The point I wanted to make is that both sz and bytes should be used in __builtin_constant_p in the other condition.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75799





More information about the llvm-commits mailing list