[PATCH] D157144: [VPlan] Replace FMF in VPInstruction with VPRecipeWithIRFlags (NFC).
    Thorsten via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Aug  5 09:43:13 PDT 2023
    
    
  
tschuett added a comment.
In D157144#4563196 <https://reviews.llvm.org/D157144#4563196>, @fhahn wrote:
> 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!
Given its importance maybe model it as a dedicated derived class of VPInstruction, e.g., VPVscaleInstruction.
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