[PATCH] D57953: [Jump Threading] Convert conditional branches into unconditional branches using GVN results

Masaki Arai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 13 00:50:11 PST 2019


masakiarai updated this revision to Diff 186597.
masakiarai added a comment.

I uploaded my patch with some fixes.


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

https://reviews.llvm.org/D57953

Files:
  include/llvm/Transforms/Scalar/JumpThreading.h
  lib/Transforms/Scalar/JumpThreading.cpp
  test/Transforms/JumpThreading/gvn-dom-cb.ll
  test/Transforms/JumpThreading/gvn-dom-ub.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57953.186597.patch
Type: text/x-patch
Size: 20178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190213/57608645/attachment-0001.bin>


More information about the llvm-commits mailing list