erichkeane accepted this revision.
erichkeane added a comment.
This revision is now accepted and ready to land.

Its a bit of a shame that the two implementations (left/right) differ by only a 
single character, an y ideas for combining them cleanly?  I might also consider 
combining the two 'if' statements into a single one (if 
!EvalInteger(E->getArg(0)...) || !EvalInteger(E->getArg(1)...), but that is 
generally just preference.

Otherwise, LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86342

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D86342: E... Simon Pilgrim via Phabricator via cfe-commits
    • [PATCH] D863... Erich Keane via Phabricator via cfe-commits
    • [PATCH] D863... Richard Smith - zygoloid via Phabricator via cfe-commits
    • [PATCH] D863... Simon Pilgrim via Phabricator via cfe-commits

Reply via email to