[PATCH] D13065: [x86] replace integer 'and' ops with packed SSE FP 'and' ops when operating on FP scalars
Ahmed Bougacha via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 22 14:35:32 PDT 2015
ab added a subscriber: ab.
ab accepted this revision.
ab added a reviewer: ab.
ab added a comment.
This revision is now accepted and ready to land.
Sounds reasonable
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:24453
@@ +24452,3 @@
+ // unnecessary moves from SSE to integer registers.
+ // TODO: Split this into a helper function, so it can also be used with
+ // or/xor combining.
----------------
TODO -> FIXME ?
http://reviews.llvm.org/D13065
More information about the llvm-commits
mailing list