[Mlir-commits] [mlir] [mlir] IntegerRangeAnalysis: add support for	vector type (PR #112292)
    Ivan Butygin 
    llvmlistbot at llvm.org
       
    Sat Oct 26 04:33:46 PDT 2024
    
    
  
Hardcode84 wrote:
> ... while we're here:
> 
>     1. `insert[element]` unions in the range of the inserted element
> 
>     2. `shape_cast` doesn't disturb ranges
> 
>     3. There might be some other operations that have trivial implementations here - `shufflevector`-likes, for example
Added a few more ops, but I was planning to add more ops support on as-needed manner
https://github.com/llvm/llvm-project/pull/112292
    
    
More information about the Mlir-commits
mailing list