[PATCH] D126184: [InstCombine] bitcast(logic(bitcast(X), bitcast(Y))) --> bitcast'(logic(bitcast'(X), Y))

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 04:53:29 PDT 2022


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/Transforms/InstCombine/bitcast.ll:177
+
+; Nagtive test
+
----------------
Spelling - "Negative"


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126184



More information about the llvm-commits mailing list