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 2023 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause
name: Rebuild LLVM 17.0
on:
push:
branches:
- main
- '**rebuild_llvm**'
paths:
- "llvm_patches/*17_0*"
- "alloy.py"
- "superbuild/*"
- ".github/workflows/rebuild-llvm17.yml"
- ".github/workflows/reusable.rebuild.yml"
workflow_dispatch:
jobs:
llvm17:
uses: ./.github/workflows/reusable.rebuild.yml
with:
version: '17.0'
full_version: '17.0.1'
ubuntu: '18.04'
vs_generator: 'Visual Studio 16 2019'
vs_version_str: 'vs2019'
win_sdk: '10.0.18362.0'