[llvm] [LV] Fix emission of debug message in legality check (PR #101924)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 01:51:22 PDT 2024


================
@@ -1528,6 +1525,13 @@ bool LoopVectorizationLegality::canVectorize(bool UseVPlanNativePath) {
     else
       return false;
   }
----------------
nikic wrote:

nit: I'd add an empty line between these.

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


More information about the llvm-commits mailing list