google-research / dex-lang

Research language for array processing in the Haskell/ML family
BSD 3-Clause "New" or "Revised" License
1.58k stars 107 forks source link

Don't use the ReadNone attribute in new LLVM versions #1156

Closed apaszke closed 1 year ago

apaszke commented 1 year ago

Many attributes related to memory access have been unified under MemoryAttr. llvm-hs doesn't support it fully yet, so we drop it for now.