[PATCH] D155307: [InstCombine] Allow KnownBits to be propagated

Paulo Matos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 09:12:01 PDT 2023


pmatos created this revision.
pmatos added a reviewer: nikic.
Herald added subscribers: asb, foad, StephenFan, wingo, hiraditya, kristof.beyls.
Herald added a project: All.
pmatos requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Bug #63699 shows a hang on arm in instcombine because we do not
propagate known bits for fshl/fshr rotates. We perform the propagation
and add regression test.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155307

Files:
  llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  llvm/test/Transforms/InstCombine/2023-07-13-arm-infiniteloop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155307.540450.patch
Type: text/x-patch
Size: 4773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230714/81b67d1d/attachment.bin>


More information about the llvm-commits mailing list