Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle select of pointers #9

Merged
merged 1 commit into from
Sep 14, 2019
Merged

Handle select of pointers #9

merged 1 commit into from
Sep 14, 2019

Conversation

wsmoses
Copy link
Member

@wsmoses wsmoses commented Sep 14, 2019

Resolves #8

@wsmoses wsmoses merged commit 4331cea into plugin Sep 14, 2019
@wsmoses wsmoses deleted the selptr branch September 14, 2019 21:48
@tgymnich tgymnich mentioned this pull request Sep 16, 2021
@rem1A rem1A mentioned this pull request Sep 6, 2022
tgymnich pushed a commit that referenced this pull request Mar 23, 2023
wsmoses pushed a commit that referenced this pull request May 16, 2023
wsmoses pushed a commit that referenced this pull request May 18, 2023
wsmoses pushed a commit that referenced this pull request May 21, 2023
wsmoses added a commit that referenced this pull request May 21, 2023
* compiles with llvm-16 (old PM is gone so I could not run opt) (#1)

* port to llvm-16 (not backward-compatible with older llvms), WIP

* wip, but probably not correct on may places

* rule out old PM on llvm 16 and above

* #if LLVM_VERSION_MAJOR >= 16, WIP

* #if LLVM_VERSION_MAJOR >= 16, WIP

* #if LLVM_VERSION_MAJOR >= 16, WIP

* #if LLVM_VERSION_MAJOR >= 16, WIP

* #if LLVM_VERSION_MAJOR >= 16, WIP

* #if LLVM_VERSION_MAJOR >= 16

* Llvm 16 (#2)

* fix for argmemonly

* disabling old pm tests where new pm tests exist (#3)

* Disable old pm tests fix (#4)

* disabling old pm tests where new pm tests exist: fix typo

* fix build with llvm-16 (#5)

* fix build with llvm < 16 (#6)

* Attribute::Memory fixes (#7)

but still getting zeros instead of derivatives

* curly brace out of macro (#8)

* fix typo (#9)

* fix for llvm-16 (#10)

* fix typo

* fix

* Llvm 16 gha (#11)

* enable build with llvm 16

* enable llvm-16 once this gets to main (on both linux and mac os)

* docker run -it --rm --workdir /Enzyme -v /home/stp/go/src/github.com/stepasite/Enzyme/enzyme/Enzyme:/Enzyme clang-format-lint --clang-format-executable /clang-format/clang-format11 -r --exclude ./Enzyme/SCEV --style llvm --inplace true ./Enzyme

* forward mode vector: new pm tests, wip

* llvm-16: fixing tests, wip (#12)

* llvm-16 tests, WIP

* resolving latest test/ll commits (#13)

* Llvm 16 tests (#14)

* llvm-16 tests, WIP

* fix bug introduced in (FunctionUtils.cpp)

* llvm 16 tests, wip

* llvm tests, WIP (#15)

* continued test fixes

* fixup

* fix build

* fix

* cleanup

* fixes

* fix

* fix attr

* fix format

* fixup

* fix attrs

* fix

* fix

* fix

* fix sret

* fix

* add type analysis

* activity analysis

* fix ta

* fix

* fix

* fixes

* more tests

* more fixes

* 297

* more tests

* fix

* fix

* fix

* fix

* fix

---------

Co-authored-by: Pavel Stepanek <stepasite@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiler crash with cannot deal with ptr that isn't arg
2 participants