You need to sign in or sign up before continuing.
[X86] Remove most X86 specific subclasses of MemSDNode. Just use a...
[X86] Remove most X86 specific subclasses of MemSDNode. Just use a MemIntrinsicSDNode as we usually do. Leave the gather/scatter subclasses, but make them inherit from MemIntrinsicSDNode and delete their constructor and destructor. This way we can still have the getIndex, getMask, etc. convenience functions.
parent
15b6aa74
Please register or sign in to comment