[PATCH] D123799: [RISCV] Mark FSIN and other math functions as Expand for scalable vectors.
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 19 23:48:24 PDT 2022
frasercrmck added a comment.
I agree they should probably be invalid, conceptually, but in reality I don't like that we have users of cost models crash when encountering invalid costs, with the rationale that the IR shouldn't contain anything with an invalid cost. I don't see how those two models are compatible.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123799/new/
https://reviews.llvm.org/D123799
More information about the llvm-commits
mailing list