mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
This thread through proper error handling / reporting capabilities to avoid hitting llvm_unreachable while parsing linalg ops. Fixes #132755 Fixes #132740 Fixes #129185