[PATCH] D77795: [GlobalISel] translate freeze to COPY
    Juneyoung Lee via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Apr  9 08:07:35 PDT 2020
    
    
  
aqjune added a comment.
I think it matches with what the current SelDAG does.
In the previous FREEZE patch the MachineInstr part didn't reach consensus, but SelDag part reached, so only the part was merged into master first. Currently it is lowered into MachineInstr's COPY.
I promised to make the MachineIR part in the future, but it didn't seem to be very high priority right now, so not made yet.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77795/new/
https://reviews.llvm.org/D77795
    
    
More information about the llvm-commits
mailing list