The attached testcase asserts on !cast without the patch. The reason is that there is no CurRec when !cast used inside foreach. Let's postpone CurRec check until isFinal.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D53068
TableGen: fix assert in !cast when used out of definition in a multiclass vpykhtin on Oct 10 2018, 2:43 AM. Authored by
Details The attached testcase asserts on !cast without the patch. The reason is that there is no CurRec when !cast used inside foreach. Let's postpone CurRec check until isFinal.
Diff Detail
|