[PATCH] D70247: [JumpThreading] Thread jumps through two basic blocks

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 11:21:07 PST 2020


kazu updated this revision to Diff 238550.
kazu added a comment.

I've further simplied thread-two-bbs3.ll, the testcase for Windows,
and made it a little more robust with:

  CHECK-NOT: bb_{{[^ ]*}}.thread:


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70247

Files:
  llvm/include/llvm/Transforms/Scalar/JumpThreading.h
  llvm/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/test/Transforms/JumpThreading/thread-two-bbs1.ll
  llvm/test/Transforms/JumpThreading/thread-two-bbs2.ll
  llvm/test/Transforms/JumpThreading/thread-two-bbs3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70247.238550.patch
Type: text/x-patch
Size: 15290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200116/dd563f64/attachment.bin>


More information about the llvm-commits mailing list