[PATCH] D75098: Add COPY_BR, a terminator form of the COPY instr
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb 24 19:19:21 PST 2020
    
    
  
arsenm added inline comments.
================
Comment at: llvm/include/llvm/Support/TargetOpcodes.def:101
+/// COPY_BR - This instruction is the terminal version of COPY. The purpose is
+/// to allow copies from terminals to be properly represented (e.g. an
+/// INLINEASM_BR that defines a physical register) without having
----------------
arsenm wrote:
> s/terminal/terminator
COPY_TERM or COPY_TERMINATOR would be better since it isn't really a branch
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75098/new/
https://reviews.llvm.org/D75098
    
    
More information about the llvm-commits
mailing list