[PATCH] D30471: [SDAG] Relax conditions under stores of loaded values can be merged

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 21 07:50:23 PDT 2017


RKSimon added inline comments.


================
Comment at: llvm/trunk/test/CodeGen/X86/merge_store_duplicated_loads.ll:5
+; PR32086
 target triple = "x86_64-unknown-linux-gnu"
 
----------------
As mentioned on PR32086, please remove this triple and add a -mtriple=i686-unknown-linux-gnu test run to check 32-bit codegen as well.


Repository:
  rL LLVM

https://reviews.llvm.org/D30471





More information about the llvm-commits mailing list