diff options
author | Sanjay Patel <spatel@rotateright.com> | 2020-12-02 13:35:05 -0500 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2020-12-02 13:39:33 -0500 |
commit | 9d6d24c25056c17db56cf1ef5124f82eb18afc2c (patch) | |
tree | dd0928d067a3aebb5da189d69988b4a2b1b11beb /clang/lib/Basic/Module.cpp | |
parent | 1f525ece4abfb6077d73e34acac0666855d19052 (diff) | |
download | llvm-9d6d24c25056c17db56cf1ef5124f82eb18afc2c.zip llvm-9d6d24c25056c17db56cf1ef5124f82eb18afc2c.tar.gz llvm-9d6d24c25056c17db56cf1ef5124f82eb18afc2c.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/Basic/Module.cpp')
0 files changed, 0 insertions, 0 deletions