search for: d85137

Displaying 1 result from an estimated 1 matches for "d85137".

2020 Aug 25
3
[TableGen] What to do if there are overlapping instruction patterns?
...n going pretty well so far, however the biggest hurdle I have encountered was that the testsuite is failing because the instruction space for Paired Singles has been reused for ISA 3.1 and VMX. Is there a way to disembiguate them further? You can see my current patch at https://reviews.llvm.org/D85137 and it already prevents you from enabling Altivec and Paired Singles at the same time.