[PATCH] D71445: [ConstantFold][SVE] Fix constant folding for scalable vector binary operations.
    Eli Friedman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jan 28 13:34:12 PST 2020
    
    
  
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/Analysis/ConstantFolding/vscale.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -constprop -S | FileCheck %s
----------------
You can drop the first line, since you edited the test by hand.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71445/new/
https://reviews.llvm.org/D71445
    
    
More information about the llvm-commits
mailing list