[llvm] [IA]: Construct (de)interleave4 out of (de)interleave2 (PR #89276)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 10:40:11 PDT 2024


================
@@ -16493,39 +16529,71 @@ bool AArch64TargetLowering::lowerDeinterleaveIntrinsicToLoad(
         LdN = Builder.CreateCall(LdNFunc, {Pred, Address}, "ldN");
       else
         LdN = Builder.CreateCall(LdNFunc, Address, "ldN");
-
----------------
paulwalker-arm wrote:

Is this not good whitespace to separate the if block from the code that follows?

https://github.com/llvm/llvm-project/pull/89276


More information about the llvm-commits mailing list