Open
Description
Describe the Bug
PyTorch usecase:
ERROR TODO: Expr::attr_infer_for_type attribute base undefined for type: Self (trying to access name) [missing-attribute]
--> /data/users/migeedz/pytorch/torch/_inductor/pattern_matcher.py:523:59
|
523 | return super().pattern_eq(other) and self.name == other.name
|
Sandbox link shows minimal repro, which should not error.
Sandbox Link
(Only applicable for extension issues) IDE Information
No response