================
@@ -397,6 +399,98 @@ void llvm::embedBufferInModule(Module &M, MemoryBufferRef 
Buf,
   appendToCompilerUsed(M, GV);
 }
 
+void llvm::lowerIFuncsOnAIX(Module &M) {
----------------
MaskRay wrote:

Should not introduce new target-specific intrinsic uses in lib/Transform. I 
think the preferred way is to avoid using LowerIFuncPass and adding a new 
Target/PowerPC pass instead.

https://github.com/llvm/llvm-project/pull/153049
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to