diff options
author | Yueh-Ting Chen <yueh.ting.chen@gmail.com> | 2021-12-16 00:26:20 -0800 |
---|---|---|
committer | eopXD <eop.chen@sifive.com> | 2021-12-16 00:41:29 -0800 |
commit | fbf6c8ac1589a4be68ee549257f1d528937ac582 (patch) | |
tree | 144d383f325a1dc0f3ac84cfebffcfd35e33891e /llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp | |
parent | 68cb111f3a5802f9319f7343dd1838e4fb76f004 (diff) | |
download | llvm-fbf6c8ac1589a4be68ee549257f1d528937ac582.zip llvm-fbf6c8ac1589a4be68ee549257f1d528937ac582.tar.gz llvm-fbf6c8ac1589a4be68ee549257f1d528937ac582.tar.bz2 |
[LoopVersioning] Allow versionLoop to create plain branch inst when no runtime check is specified
After this function call, the LLVM IR would look like the following:
```
if (true)
/* NonVersionedLoop */
else
/* VersionedLoop */
```
Reviewed By: Whitney
Differential Revision: https://reviews.llvm.org/D104631
Diffstat (limited to 'llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp')
0 files changed, 0 insertions, 0 deletions