[PATCH] D136432: [AMDGPU] Combine BFI instructions.
    Thomas Symalla via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct 26 09:00:16 PDT 2022
    
    
  
tsymalla updated this revision to Diff 470828.
tsymalla added a comment.
Fix the lit tests.
The restructuring of the main loop caused issues, because now it was 
also possible that the the top-level OR (the one passed to selectV_BFI) 
is matched, which is not intended here.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136432/new/
https://reviews.llvm.org/D136432
Files:
  llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.h
  llvm/test/CodeGen/AMDGPU/bfi_nested.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136432.470828.patch
Type: text/x-patch
Size: 6266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221026/18cdb74d/attachment.bin>
    
    
More information about the llvm-commits
mailing list