Skip to content

arsenm/llvm-reduce-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 22, 2025
92ff63f · Apr 22, 2025

History

33 Commits
Mar 31, 2025
Apr 2, 2025
Apr 22, 2025
Mar 10, 2025
Apr 3, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Apr 3, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025

Repository files navigation

$ mkdir build; cd build
$ cmake .. -G Ninja -DCMAKE_PREFIX_PATH=/path/to/llvm-project/build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLLVM_PROJECT_SRC=/path/to/llvm-project


When using opt -passes, pass parameter syntax is accepted:

opt --load-pass-plugin=/path/to/plugin -passes='buggy<crash-on-vector>' input.bc

As a clang pass plugin, set BUGGY_PLUGIN_OPTS to the list of pass
parameters. The pass runs as part of the vectorizer pipeline


Some example scripts will be emitted to the build directory

About

Demo for using llvm-reduce at EuroLLVM 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published