[all-commits] [llvm/llvm-project] 9d6d24: [JumpThreading][VectorUtils] avoid infinite loop o...

RotateRight via All-commits all-commits at lists.llvm.org
Wed Dec 2 10:45:30 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d6d24c25056c17db56cf1ef5124f82eb18afc2c
      https://github.com/llvm/llvm-project/commit/9d6d24c25056c17db56cf1ef5124f82eb18afc2c
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-12-02 (Wed, 02 Dec 2020)

  Changed paths:
    M llvm/lib/Analysis/VectorUtils.cpp
    M llvm/test/Transforms/JumpThreading/unreachable-loops.ll

  Log Message:
  -----------
  [JumpThreading][VectorUtils] avoid infinite loop on unreachable IR

https://llvm.org/PR48362

It's possible that we could stub this out sooner somewhere
within JumpThreading, but I'm not sure how to do that, and
then we would still have potential danger in other callers.

I can't find a way to trigger this using 'instsimplify',
however, because that already has a bailout on unreachable
blocks.




More information about the All-commits mailing list