[PATCH] D146683: [DAG] Conservatively check the VSELECT Operation Action in tryToFoldExtendSelectLoad
    Simon Pilgrim via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar 23 04:54:23 PDT 2023
    
    
  
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/vselect-post-combine.ll:26
+  store <4 x i64> %3, ptr null, align 1
+  ret ptr null
+}
----------------
You might be able to further simplify this test?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146683/new/
https://reviews.llvm.org/D146683
    
    
More information about the llvm-commits
mailing list