[PATCH] D99990: [NewGVN] Use performSymbolicEvaluation instead of createExpression.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 23 11:42:35 PDT 2021


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

Minor typos in description.
s/no update the/no update of the
Hence I won't/Hence it won't

Thank you for this!



================
Comment at: llvm/test/Transforms/NewGVN/compare-condition-changes.ll:7
+
+define i1 @test1() {
+; CHECK-LABEL: @test1(
----------------
What is the purpose of this test? I'm sorry if it's obvious, could you clarify?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99990



More information about the llvm-commits mailing list