[llvm-bugs] [Bug 41694] New: loop-simplify pass crashes with "opt -loop-interchange -ipsccp -loop-extract-single"

via llvm-bugs llvm-bugs at lists.llvm.org
Wed May 1 18:18:09 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=41694

            Bug ID: 41694
           Summary: loop-simplify pass crashes with "opt -loop-interchange
                    -ipsccp -loop-extract-single"
           Product: libraries
           Version: 8.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedbugs at nondot.org
          Reporter: cszide at 163.com
                CC: llvm-bugs at lists.llvm.org

Created attachment 21858
  --> https://bugs.llvm.org/attachment.cgi?id=21858&action=edit
.bc file of the source code

$clang -v
clang version 8.0.0 (tags/RELEASE_800/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir:
/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin
Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/8
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5.5.0
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6.5.0
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7.4.0
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8
Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7.4.0
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
Candidate multilib: x32;@mx32
Selected multilib: .;@m64

$clang -O3 -c -emit-llvm  -mllvm -disable-llvm-optzns small.c -o small.bc

$opt -loop-rotate -mem2reg -inline -rewrite-statepoints-for-gc -adce
-jump-threading -licm -instcombine -indvars -jump-threading -instcombine  
small.bc -o small-opt.bc

$opt -loop-interchange -ipsccp -loop-extract-single   small-opt.bc -o
small-opt1.bc
Stack dump:
0.      Program arguments:
/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt
-loop-interchange -ipsccp -loop-extract-single small-opt.bc -o small-opt1.bc 
1.      Running pass 'Function Pass Manager' on module 'small-opt.bc'.
2.      Running pass 'Canonicalize natural loops' on function '@i'
  #0 0x0000000001da98f4 PrintStackTraceSignalHandler(void*)
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x1da98f4)
  #1 0x0000000001da781e llvm::sys::RunSignalHandlers()
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x1da781e)
  #2 0x0000000001da9cf8 SignalHandler(int)
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x1da9cf8)
  #3 0x00007fe94ed7a890 __restore_rt
(/lib/x86_64-linux-gnu/libpthread.so.0+0x12890)
  #4 0x000000000181b6d1 canTrapImpl(llvm::Constant const*,
llvm::SmallPtrSetImpl<llvm::ConstantExpr const*>&)
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x181b6d1)
  #5 0x000000000181b6ac llvm::ConstantTokenNone::destroyConstantImpl()
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x181b6ac)
  #6 0x00000000014cf249 llvm::isSafeToSpeculativelyExecute(llvm::Value const*,
llvm::Instruction const*, llvm::DominatorTree const*)
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x14cf249)
  #7 0x00000000013fc6c5 llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc6c5)
  #8 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
  #9 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #10 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #11 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #12 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #13 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #14 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #15 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #16 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #17 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #18 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #19 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #20 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #21 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #22 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #23 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #24 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #25 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #26 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #27 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #28 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #29 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #30 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #31 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #32 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #33 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #34 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #35 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #36 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #37 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #38 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #39 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #40 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #41 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #42 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #43 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #44 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #45 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #46 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #47 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #48 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #49 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #50 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #51 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #52 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #53 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #54 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #55 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #56 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #57 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #58 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #59 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #60 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #61 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #62 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #63 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #64 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #65 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #66 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #67 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #68 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #69 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #70 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #71 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #72 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #73 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #74 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #75 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #76 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #77 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #78 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #79 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #80 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #81 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #82 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #83 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #84 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #85 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #86 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #87 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #88 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #89 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #90 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #91 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #92 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #93 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #94 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #95 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #96 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #97 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #98 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
 #99 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#100 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#101 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#102 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#103 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#104 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#105 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#106 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#107 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#108 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#109 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#110 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#111 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#112 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#113 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#114 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#115 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#116 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#117 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#118 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#119 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#120 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#121 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#122 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#123 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#124 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#125 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#126 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#127 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#128 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#129 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#130 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#131 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#132 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#133 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#134 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#135 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#136 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#137 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#138 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#139 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#140 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#141 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#142 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#143 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#144 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#145 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#146 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#147 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#148 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#149 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#150 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#151 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#152 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#153 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#154 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#155 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#156 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#157 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#158 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#159 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#160 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#161 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#162 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#163 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#164 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#165 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#166 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#167 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#168 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#169 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#170 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#171 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#172 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#173 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#174 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#175 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#176 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#177 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#178 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#179 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#180 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#181 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#182 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#183 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#184 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#185 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#186 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#187 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#188 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#189 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#190 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#191 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#192 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#193 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#194 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#195 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#196 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#197 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#198 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#199 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#200 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#201 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#202 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#203 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#204 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#205 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#206 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#207 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#208 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#209 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#210 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#211 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#212 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#213 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#214 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#215 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#216 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#217 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#218 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#219 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#220 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#221 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#222 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#223 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#224 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#225 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#226 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#227 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#228 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#229 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#230 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#231 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#232 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#233 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#234 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#235 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#236 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#237 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#238 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#239 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#240 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#241 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#242 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#243 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#244 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#245 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#246 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#247 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#248 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#249 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#250 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#251 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#252 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#253 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#254 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
#255 0x00000000013fc7cf llvm::Loop::makeLoopInvariant(llvm::Instruction*,
bool&, llvm::Instruction*) const
(/home/jack-zhou/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/opt+0x13fc7cf)
Segmentation fault (core dumped)

-----------------------------------------
#define safe_div_func(_ui1,_ui2) \
                ({ int ui1 = (_ui1); int ui2 = (_ui2) ; \
                 (((int)(ui2)) == ((int)0)) \
                        ? ((int)(ui1)) \
                        : (((int)(ui1)) / ((int)(ui2)));})

int a, c, e;
int b;
int d[10][1][2];
int f(int, int g, int h, int);
int k(int m){return m;}
int i() {
  k(f(0, c, 0, 0));
  for (;;)
    ;
}
int f(int j, int g, int h, int m) {
  int l = e;
  if (safe_div_func(e && b && l, 0),3)
    for (a = 0; a <= 1; a++)
      for (b = 5; b; b--)
        d[b][0][a] = 0;
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190502/964b63e3/attachment-0001.html>


More information about the llvm-bugs mailing list