[PATCH] D33715: [PPC] exploit rotate-left-then-mask-insert instructions for bitfield insert
    Hiroshi Inoue via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Dec 29 20:17:24 PST 2018
    
    
  
inouehrs abandoned this revision.
inouehrs added a comment.
Herald added a subscriber: jsji.
BitPermutationSelector has been enhanced to generate better code for bitfield insert. So we do not need to specially handle bitfield insert anymore.
https://reviews.llvm.org/D49076
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D33715/new/
https://reviews.llvm.org/D33715
    
    
More information about the llvm-commits
mailing list