[PATCH] D125680: Correctly legalise stackmap operands
Edd Barrett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 21 01:39:37 PDT 2022
vext01 added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:2920
+ Res = SoftPromoteHalfOp_STACKMAP(N, OpNo);
+ break;
}
----------------
dantrushin wrote:
> Nit: could you have it in single line as cases above (if it fits in 80 chars)?
I think `git clang-format` wanted it this way, but I will check.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125680/new/
https://reviews.llvm.org/D125680
More information about the llvm-commits
mailing list