[PATCH] D96206: [X86] Fold bitcast(logic(bitcast(X), Y)) --> logic'(X, bitcast(Y)) for int-int bitcasts

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 21 03:05:13 PST 2021


RKSimon added a comment.

Any more comments?



================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:49366
+    }
+  }
+
----------------
For the record I'm intending to commit this fold as a followup commit to the fix the temporary regression.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96206



More information about the llvm-commits mailing list