[PATCH] D91562: Fix for LLVM bug 46943.

Felix S Klock II via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 13:09:43 PST 2020


pnkfelix created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
pnkfelix requested review of this revision.

Includes generalized regression test that puts icmp and cond br in distinct
blocks, and an update to an existing test to reflect correction to LSR
transformation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91562

Files:
  llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
  llvm/test/Transforms/LoopStrengthReduce/X86/nested-loop.ll
  llvm/test/Transforms/LoopStrengthReduce/dont_move_nowrap_op_before_test.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91562.305580.patch
Type: text/x-patch
Size: 6125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201116/3b5c3a44/attachment.bin>


More information about the llvm-commits mailing list