[PATCH] D75195: [mlir][spirv] Add some folders for spv.LogicalAnd/spv.LogicalOr
    River Riddle via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb 26 10:13:35 PST 2020
    
    
  
rriddle added inline comments.
================
Comment at: mlir/lib/Dialect/SPIRV/SPIRVCanonicalization.cpp:27
 
+/// Returns true if the given `irVal` is a scalar or splat vector constant of
+/// the given `boolVal`.
----------------
The comment `irVal` seems to be out-of-date.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75195/new/
https://reviews.llvm.org/D75195
    
    
More information about the llvm-commits
mailing list