[PATCH] D74311: [CodeGen] Fix the computation of the alignment of split stores.
    Roman Lebedev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb 10 06:14:36 PST 2020
    
    
  
lebedev.ri added inline comments.
================
Comment at: llvm/test/CodeGen/X86/split-store-unaligned.ll:30
+
+define void @split_store_align2(float %x, i64* %p) {
+; CHECK-LABEL: @split_store_align2(
----------------
Hmm.
Could you please add a similar test (but with wide store being 64-bit aligned) with big-endian triple please.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74311/new/
https://reviews.llvm.org/D74311
    
    
More information about the llvm-commits
mailing list