================
@@ -628,11 +627,6 @@ static bool hasExtraNeonArgument(unsigned builtinID) {
case ARM::BI__builtin_arm_vcvtr_d:
mask = 1;
}
- switch (builtinID) {
- default:
- break;
- }
-
----------------
banach-space wrote:
Unrelated change?
https://github.com/llvm/llvm-project/pull/188190