paulwalker-arm wrote:

Changing `getArithmeticInstrCost` is just too dangerous.  What if one opcode 
needs TLI for a different reason? all of a sudden all existing callers are 
entered into the contract (FREM is guaranteed to be transformed into a math 
call) without ensuring that's actually the case.

https://github.com/llvm/llvm-project/pull/82488
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to