[X86] Don't pass ParitySrc array into isAddSubOrSubAddMask. Instead use a bool...
[X86] Don't pass ParitySrc array into isAddSubOrSubAddMask. Instead use a bool output parameter to get the real piece of info we care about. NFC The ParitySrc array is more of an implementation detail. A single bool to get the final parity is sufficient. llvm-svn: 333935
Loading
Please register or sign in to comment