Skip to content

Enable nontrivial unswitch in Simple Loop Unswitch #1

Enable nontrivial unswitch in Simple Loop Unswitch

Enable nontrivial unswitch in Simple Loop Unswitch #1

# Copyright 2022 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause
name: Rebuild LLVM 14.0
on:
push:
branches:
- main
- '**rebuild_llvm**'
paths:
- "llvm_patches/*14_0*"
- "alloy.py"
- "superbuild/*"
- ".github/workflows/rebuild-llvm14.yml"
- ".github/workflows/reusable.rebuild.yml"
workflow_dispatch:
jobs:
llvm14:
uses: ./.github/workflows/reusable.rebuild.yml
with:
version: '14.0'
full_version: '14.0.6'
ubuntu: '18.04'
vs_generator: 'Visual Studio 16 2019'
vs_version_str: 'vs2019'
win_sdk: '10.0.17763.0'