[PATCH] D84598: [JumpThreading] Add a basic support for freeze instruction

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 26 06:09:00 PDT 2020


aqjune marked an inline comment as done.
aqjune added a comment.

In D84598#2174395 <https://reviews.llvm.org/D84598#2174395>, @nikic wrote:

> Just as a side note, you may want to add freeze support to foldOpIntoPhi() in InstCombine, which I believe will also catch the two cases being tested here.


Okay, I'll have a look at it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84598





More information about the llvm-commits mailing list