[PATCH] D106779: [SimplifyCFG] Make ValueEqaulityComparison freeze-aware.

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 25 23:00:19 PDT 2021


aqjune added a comment.

Hmm.. would it make sense if SimplifyCFG also pushes freeze into icmp's arguments?

It's because it isn't clear whether isValueEqualityComparison should allow freeze(icmp eq x, y) or not..


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106779



More information about the llvm-commits mailing list