[PATCH] D117210: [CodeGen] Support folds of not(cmp(cc, ...)) -> cmp(!cc, ...) for scalable vectors
    David Sherwood via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb  1 01:50:35 PST 2022
    
    
  
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdaa80339dfcb: [CodeGen] Support folds of not(cmp(cc, ...)) -> cmp(!cc, ...) for scalable… (authored by david-arm).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117210/new/
https://reviews.llvm.org/D117210
Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-cmp-folds.ll
  llvm/test/CodeGen/RISCV/rvv/cmp-folds.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117210.404839.patch
Type: text/x-patch
Size: 10313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220201/eb3cc59c/attachment.bin>
    
    
More information about the llvm-commits
mailing list