mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 03:26:06 +08:00
Now that Locations are attributes, they have direct access to the MLIR context. This allows for simplifying error emission by removing unnecessary context lookups. PiperOrigin-RevId: 255112791