================
@@ -1472,6 +1472,62 @@ Intrinsic::ID
Intrinsic::getDeinterleaveIntrinsicID(unsigned Factor) {
return InterleaveIntrinsics[Factor - 2].Deinterleave;
}
+LLVM_ABI void Intrinsic::printFPClassMask(raw_ostream &OS,
+ const Constant *ImmArgVal) {
+ uint64_t Val = cast<ConstantInt>(ImmArgVal)->getZExtValue();
+ if (Val == fcNone) {
----------------
arsenm wrote:
You don't need any of this code? operator<< on FPClassTest should work
https://github.com/llvm/llvm-project/pull/207653
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits