[PATCH] D84165: GlobalISel: Look through G_ANYEXT and G_IMPLICIT_DEF for constants
    Jessica Paquette via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jul 21 14:18:52 PDT 2020
    
    
  
paquette added inline comments.
================
Comment at: llvm/lib/CodeGen/GlobalISel/Utils.cpp:289
     case TargetOpcode::G_ZEXT:
+    case TargetOpcode::G_ANYEXT:
       SeenOpcodes.push_back(std::make_pair(
----------------
Is there any reason we weren't doing this before?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84165/new/
https://reviews.llvm.org/D84165
    
    
More information about the llvm-commits
mailing list