-
Notifications
You must be signed in to change notification settings - Fork 168
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
frep-loop:Cannot select: intrinsic %llvm.riscv.frep.infer #401
Comments
Please use https://github.com/pulp-platform/riscv-gnu-toolchain and report back. The error you are indicating is something related to frep instructions. These are not available on PULPissimo but comes from our snitch based projects. |
When I used https://github.com/pulp-platform/riscv-gnu-toolchain to build the toolchain, the error still appears: fatal error: error in backend: Cannot select: intrinsic %llvm.riscv.frep.infer |
riscv-gnu-toolchain does not have |
If I use the LLVM compiler toolchain and want to see .c files containing loops lowering to assembly files like: lp.starti,lp.endi, |
When I compiled pulp-platform/llvm-project and pulp-platform/pulp-riscv-gnu-toolchain. I want to compile the .s file to view the assembly representation of the hardware cycle. The error message shows: fatal error: error in backend: Cannot select: intrinsic %llvm.riscv.frep.infer
The text was updated successfully, but these errors were encountered: