[llvm] [llvm][AArch64] Improve the cost model for i128 div's (PR #107306)

Jon Roelofs via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 17:30:24 PDT 2024


jroelofs wrote:

I don't need precision for the case I'm trying to avoid: the vectorizer thought this was way too cheap and emitted one in a runtime check. So... the `10` from `getCallInstCost` sounds good to me.

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


More information about the llvm-commits mailing list