From abf654288c2f7f0ee6e1dd3e34b70c1aabe82ea7 Mon Sep 17 00:00:00 2001 From: Felix Rath Date: Fri, 24 May 2019 15:44:06 +0200 Subject: Implement handling of the llvm.fabs intrinsic --- lib/Module/IntrinsicCleaner.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Module') diff --git a/lib/Module/IntrinsicCleaner.cpp b/lib/Module/IntrinsicCleaner.cpp index dde97036..e2ed3f39 100644 --- a/lib/Module/IntrinsicCleaner.cpp +++ b/lib/Module/IntrinsicCleaner.cpp @@ -59,6 +59,7 @@ bool IntrinsicCleanerPass::runOnBasicBlock(BasicBlock &b, Module &M) { switch (ii->getIntrinsicID()) { case Intrinsic::vastart: case Intrinsic::vaend: + case Intrinsic::fabs: break; // Lower vacopy so that object resolution etc is handled by -- cgit 1.4.1