From 557d92fff7fd0425c0fd54d1290a2f6923eca808 Mon Sep 17 00:00:00 2001 From: wsmoses Date: Wed, 25 Oct 2023 04:28:45 +0000 Subject: [PATCH] deploy: 9478e1253f82a4dd39c45cfbc6e8115f68ddb306 --- getting_started/Faq/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/getting_started/Faq/index.html b/getting_started/Faq/index.html index 100eb12..a8e1299 100644 --- a/getting_started/Faq/index.html +++ b/getting_started/Faq/index.html @@ -18,9 +18,7 @@ for opt:

opt input.ll -load=/path/to/LLVMEnzyme-VERSION.so -passes=enzyme -o output.ll -S
 

If you are using CMake, Enzyme exports a special ClangEnzymeFlags target which will automatically add the correct flags. See here -for an example.

UNREACHABLE executed (GVN error) 

Until June 2020, LLVM’s exisitng GVN pass had a bug handling invariant.load’s that would cause it to crash. These tend to be generated a lot by Enzyme for better optimization. This was reported -here -and resolved in master. Options for resolving include updating to later verison of LLVM with the fix, or disabling creation of invariant.load’s.

Other 

If you have an issue not resolved here, please make an issue on +for an example.

Other 

If you have an issue not resolved here, please make an issue on Github and consider making a pull request to this FAQ!


\ No newline at end of file