[PATCH] D116730: [AArch64][SVE] Remove Redundant aarch64.sve.convert.to.svbool
    Matt Devereau via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jan  7 05:35:24 PST 2022
    
    
  
MattDevereau added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:406
+
+  IRBuilder<> Builder(II.getContext());
+  Builder.SetInsertPoint(&II);
----------------
DavidTruby wrote:
> nit: you don't need the `<>` here it can just be `IRBuilder`
i'm compiling this locally with clang++11 with default flags, it errors when this is removed
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116730/new/
https://reviews.llvm.org/D116730
    
    
More information about the llvm-commits
mailing list