[llvm] [LV][EVL] Support in-loop reduction using tail folding with EVL. (PR #90184)

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 04:38:27 PDT 2024


================
@@ -15,6 +15,7 @@
 #ifndef LLVM_IR_VECTORBUILDER_H
 #define LLVM_IR_VECTORBUILDER_H
 
+#include <llvm/Analysis/IVDescriptors.h>
----------------
chapuni wrote:

This is a layering violation.

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


More information about the llvm-commits mailing list