julia
b3ea10aa - Refactor `Expr(:simdloop)` to `Expr(:loopinfo, ...)`

Commit
6 years ago
Refactor `Expr(:simdloop)` to `Expr(:loopinfo, ...)` - `Expr(:loopinfo, Symbol("julia.simdloop"))` replaces `Expr(:simdloop, false)` - `Expr(:loopinfo, Symbol("julia.simdloop"), Symbol("julia.ivdep"))` replaces `Expr(:simdloop, true)` While currently not directly exposed users can now pass other [loopinfo](https://llvm.org/docs/LangRef.html#llvm-loop) metadata to LLVM.
Author
Committer
Parents
Loading