mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-11-04 08:21:06 +08:00
Clean out pre-LLVM 14 legacy wrappers for `Attribute`-related APIs and improve the user code where appropriate: - the change employs less verbose APIs and looks to minimize redundancy; - a newer `llvm::AttributeMask` API is used to enhance `IGCLLVM::MemoryEffects` for managing legacy attributes in a more convenient manner.