[llvm] [NFC][LoopVectorize] Cache result of requiresScalarEpilogue (PR #108981)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 08:10:55 PDT 2024


fhahn wrote:

Would it be simpler to have a separate helper `setRequiresScalarEpilogue` that's called once up-front with `requiresScalarEpilogue` simply returning the decision as done in multiple other places?

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


More information about the llvm-commits mailing list