Now that we have the infrastructure to support s128 types as parameters we can expand these to libcalls.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp | ||
---|---|---|
2959–2960 ↗ | (On Diff #214959) | I think that you need braces around the WideTy.isVector() || WideTy == LLT::Scalar(128) here, because && has higher precedence than ||. |