[PATCH] D67363: [BreakFalseDeps] ignore function with minsize attribute

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 13:33:04 PDT 2019


spatel marked an inline comment as done.
spatel added inline comments.


================
Comment at: llvm/test/CodeGen/X86/sqrt-partial.ll:99
 ; AVX:       # %bb.0:
 ; AVX-NEXT:    vsqrtsd %xmm1, %xmm1, %xmm0
 ; AVX-NEXT:    vaddsd %xmm1, %xmm0, %xmm0
----------------
This is the test showing that the pass is still capable of changing a reg.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67363/new/

https://reviews.llvm.org/D67363





More information about the llvm-commits mailing list