mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
When lowering to the standard dialect, we currently support only the extent tensor variant of the shape.rank operation. This change lets the conversion pattern fail in a well-defined manner. Differential Revision: https://reviews.llvm.org/D84852