[PATCH] D98150: [ConstantFold] allow folding icmp of null and constexpr
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 7 12:26:25 PST 2021
spatel added inline comments.
================
Comment at: llvm/test/Transforms/JumpThreading/thread-two-bbs.ll:107
; Verify that we do *not* thread any edge. We used to evaluate
; constant expressions like:
----------------
I missed updating this comment and/or add a test - will do that if we agree that the patch is correct.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98150/new/
https://reviews.llvm.org/D98150
More information about the llvm-commits
mailing list