[PATCH] D28744: [X86][AVX] Remove "OptForSize" condition from some memory foldings.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 06:54:51 PST 2017


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/stack-folding-fp-avx512.ll:758
 }
 
+define float @stack_fold_vsqrtss(float %a0) {
----------------
Please keep these in alphabetical order to make it easier to track missing instructions.


https://reviews.llvm.org/D28744





More information about the llvm-commits mailing list