-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AIE2p] Update FIFO ld/st builtins to maintain bank annotations
This disables type checking for clang builtin parameters, and allows us to do the right casts to maintain addrspace information. This seems barbaric, but type checking is still done for the frontend/C++ intrinsics of clang/lib/Headers/aie2p_ldst.h, and for the LLVM IR instrinsics of the IR layer. I could not find a better way to pass "non-default" pointers to clang builtins, and it seems other targets adop the same strategy.
- Loading branch information
Showing
4 changed files
with
206 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.