[TableGen][NFC] Add postfix for validators of CompressPat
authorwangpc <pc.wang@linux.alibaba.com>
Wed, 18 Jan 2023 06:24:03 +0000 (14:24 +0800)
committerwangpc <pc.wang@linux.alibaba.com>
Wed, 18 Jan 2023 06:34:06 +0000 (14:34 +0800)
commitfcc2e5aa39428c25f9d164d4a25a2a4dab4f0071
tree0d599464b92b14c85b14b116f5bc3cbb036c1ab2
parent28b6f38d0a841451af7b4893368543382dd5e630
[TableGen][NFC] Add postfix for validators of CompressPat

So that we won't get redefinition errors if we use compressInst
and uncompressInst in the same file.

Reviewed By: asb

Differential Revision: https://reviews.llvm.org/D141896
llvm/utils/TableGen/CompressInstEmitter.cpp