[PATCH] D36985: [LoopUnswitch] Fix a simple bug which disables loop unswitch for select statement

Alexander Ivchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 00:14:40 PDT 2017


aivchenk added a comment.

Thanks for the fix. I debugged it a little bit yesterday and found the same suspicious place, but was not sure whether that was intended in order to fix the initial wrong optimization or not


Repository:
  rL LLVM

https://reviews.llvm.org/D36985





More information about the llvm-commits mailing list