On Wed, 2023-04-12 at 16:08 +0800, Teoh Suh Haw wrote: > diff --git a/IGC/VectorCompiler/lib/GenXCodeGen/GenXSimdCFRegion.cpp > b/IGC/VectorCompiler/lib/GenXCodeGen/GenXSimdCFRegion.cpp > -index 363d622c2..bbb04be30 100644 > +index d4d706c1d..a52880a0f 100644 > --- a/IGC/VectorCompiler/lib/GenXCodeGen/GenXSimdCFRegion.cpp > +++ b/IGC/VectorCompiler/lib/GenXCodeGen/GenXSimdCFRegion.cpp > -@@ -395,7 +395,7 @@ public: > +@@ -416,7 +416,7 @@ private: > return GenXIntrinsic::getGenXIntrinsicID(V) == > GenXIntrinsic::genx_all || > CI->getIntrinsicID() == > --#if LLVM_VERSION_MAJOR <= 12 > +-#if LLVM_VERSION_MAJOR < 12
It looks like this patch isn't needed as well. I will remove it and merge. Thanks, Anuj > +#if LLVM_VERSION_MAJOR <= 11 > Intrinsic::experimental_vector_reduce_and; > #else > Intrinsic::vector_reduce_and; > -@@ -408,7 +408,7 @@ public: > +@@ -429,7 +429,7 @@ private: > if (const CallInst *CI = dyn_cast<CallInst>(V)) > return GenXIntrinsic::getGenXIntrinsicID(V) == > GenXIntrinsic::genx_any || CI->getIntrinsicID() > == > --#if LLVM_VERSION_MAJOR <= 12 > +-#if LLVM_VERSION_MAJOR < 12 > +#if LLVM_VERSION_MAJOR <= 11
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7928): https://lists.yoctoproject.org/g/meta-intel/message/7928 Mute This Topic: https://lists.yoctoproject.org/mt/98215079/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/leave/6694807/21656/1869269227/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
