[PATCH] D106233: [InstCombine] Add freezeAllUsesOfArgument to visitFreeze

Hyeongyu Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 19 04:03:29 PDT 2021


hyeongyukim updated this revision to Diff 359739.
hyeongyukim added a comment.

freeze only dominated uses rather than all uses.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106233

Files:
  llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/test/Transforms/InstCombine/freeze.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106233.359739.patch
Type: text/x-patch
Size: 3835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210719/613a98db/attachment.bin>


More information about the llvm-commits mailing list