[PATCH] D15497: [InstCombine] Bitreverse/Bswap: Allow ORs of base values

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 11:29:15 PDT 2016


hfinkel added inline comments.

================
Comment at: lib/Transforms/Utils/Local.cpp:1673
@@ +1672,3 @@
+        return Result;
+      }
+      
----------------
Why is there no `else if A->Provider && IsIdentityTransform(A->Provenance)) ` here?


Repository:
  rL LLVM

http://reviews.llvm.org/D15497





More information about the llvm-commits mailing list