[PATCH] D157144: [VPlan] Replace FMF in VPInstruction with VPRecipeWithIRFlags (NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 5 08:50:39 PDT 2023


fhahn added a comment.

In D157144#4562654 <https://reviews.llvm.org/D157144#4562654>, @tschuett wrote:

> Thanks!. Have you ever considered to add something like `getCalledFunction()` when `Opode == Instruction::Call` to identify vscale?

AFAIK `vscale` isn't currently modeled as VPInstruction yet, but once it does that certainly makes sense, thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157144/new/

https://reviews.llvm.org/D157144



More information about the llvm-commits mailing list