[PATCH] D61158: [SimplifyCFG] use fshr instead of shl/lshr/or

Shawn Landden via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 04:23:26 PDT 2019


shawnl added a comment.

there are no problems, as we can just lower fshr down to what I replaced

http://llvm.org/doxygen/TargetLowering_8cpp_source.html#l04428


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

https://reviews.llvm.org/D61158





More information about the llvm-commits mailing list