[PATCH] D50499: [X86] Constant folding of adds/subs intrinsics

Tomasz Krupa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 9 05:33:36 PDT 2018


tkrupa added a comment.

I added it to InstCombineCalls.cpp after @craig.topper's suggestion <https://reviews.llvm.org/D46179#1173788> to do so in order to enable adding more optimizations besides constant folding in the same place.


Repository:
  rL LLVM

https://reviews.llvm.org/D50499





More information about the llvm-commits mailing list