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

Mel Chen via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 23:50:01 PDT 2024


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

Thanks for pointing out this issue. I opened #99276 to fix it.  Please take a look, thanks a lot.

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


More information about the llvm-commits mailing list