[Mlir-commits] [llvm] [mlir] Add usub_cond and usub_sat operations	to atomicrmw (PR #105568)
    Kazu Hirata 
    llvmlistbot at llvm.org
       
    Fri Sep  6 09:09:23 PDT 2024
    
    
  
kazutakahirata wrote:
This patch seems to trigger:
```
llvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp:1101:13: error: enumeration values 'USubCond' and 'USubSat' not handled in switch [-Werror,-Wswitch]
    switch (RMW->getOperation()) {
            ^~~~~~~~~~~~~~~~~~~
1 error generated.
```
Would you mind taking a look?  Thanks!
https://github.com/llvm/llvm-project/pull/105568
    
    
More information about the Mlir-commits
mailing list