[PATCH] D18784: [PGO] Remove redundant VP runtime calls
Betul Buyukkurt via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 4 22:19:23 PDT 2016
I also this that it could be part of ADCE. I'll first take comments on if the community would like to have a removal code/pass like this. Then I may move the functionality into ACDE or somewhere else more appropriate.
-Betul
-----Original Message-----
From: Mehdi AMINI [mailto:mehdi.amini at apple.com]
Sent: Monday, April 04, 2016 10:14 PM
To: betulb at codeaurora.org; davidxl at google.com; mail at justinbogner.com
Cc: mehdi.amini at apple.com; llvm-commits at lists.llvm.org
Subject: Re: [PATCH] D18784: [PGO] Remove redundant VP runtime calls
joker.eph added a comment.
If these are dead calls, why don't we constant fold them away to a no-op?
Also do we want a separate pass or could/should it be part of ADCE?
Repository:
rL LLVM
http://reviews.llvm.org/D18784
More information about the llvm-commits
mailing list