"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "12c77d73a90ca1a4c1448e3814560b0c3b55a850"
[CostModel] Add really basic support for being able to query the cost of the FNeg instruction.
Summary: This reuses the getArithmeticInstrCost, but passes dummy values of the second operand flags. The X86 costs are wrong and can be improved in a follow up. I just wanted to stop it from reporting an unknown cost first. Reviewers: RKSimon, spatel, andrew.w.kaylor, cameron.mcinally Reviewed By: spatel Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D62444 llvm-svn: 361788
Loading
Please register or sign in to comment