[llvm] [CostModel] Mark ssa_copy as free (PR #75294)

David Green via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 01:38:43 PST 2023


davemgreen wrote:

No the costing is done during a pass that adds and removes them. This could be handled specially in that pass, but it is more general fix to give a zero cost to everywhere.

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


More information about the llvm-commits mailing list