[llvm-dev] [TableGen] What to do if there are overlapping instruction patterns?

Charlotte Delenk via llvm-dev llvm-dev at lists.llvm.org
Tue Aug 25 07:50:24 PDT 2020


On 8/25/20 12:51 PM, Hal Finkel wrote:
> Hi, Charlotte,
>
> You can set a different decoding namespace for the new instructions. 
> We have this for SPE instructions, and this is what we did for QPX 
> instructions when those were supported.

Hi Hal,

Didn't know about that, it seems to work. thank you for your quick response.



More information about the llvm-dev mailing list