================
@@ -1362,6 +1363,11 @@ static ConstantFP *flushDenormalConstantFP(ConstantFP
*CFP,
if (!APF.isDenormal())
return CFP;
+ if (auto *CB = dyn_cast_or_null<CallBase>(Inst)) {
+ auto Mode = IsOutput ? CB->getOutputDenormMode() :
CB->getInputDenormMode();
----------------
nvjle wrote:
No auto here.
https://github.com/llvm/llvm-project/pull/191613
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits