Mercurial > hg > CbC > CbC_llvm
view llvm/test/Transforms/LICM/bisect-state.ll @ 225:f7655407a6ba
remove unnecessary files
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 19 Jul 2021 03:48:36 +0900 |
parents | 1d019706d866 |
children | 1f2b6ac9f198 |
line wrap: on
line source
; Make sure we don't crash in LICM. ; RUN: opt %s -licm -opt-bisect-limit=1 define void @patatino() { for.cond1: br label %for.body for.body: br label %for.cond5 for.cond5: br i1 true, label %if.end, label %for.end if.end: br label %for.cond5 for.end: br label %for.body }