[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 05:36:48 PDT 2020


aqjune created this revision.
aqjune added reviewers: kazu, efriedma, nikic.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This patch adds a basic support for freeze instruction to JumpThreading
by making ComputeValueKnownInPredecessorsImpl look into its operand.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84598

Files:
  llvm/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/test/Transforms/JumpThreading/freeze.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84598.280719.patch
Type: text/x-patch
Size: 3175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200726/39073c3c/attachment.bin>


More information about the llvm-commits mailing list