[PATCH] D15604: Changes in conversion cost model for X86 target
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 20 06:57:33 PST 2015
delena marked 3 inline comments as done.
================
Comment at: ../lib/Target/X86/X86TargetTransformInfo.cpp:867
@@ +866,3 @@
+ else
+ CheckOriginalTypes = false;
+ }
----------------
congh wrote:
> Is this necessary? When we reach here, SrcVT/DstVT should be the same as OrgSimpleSrcVT/OrgSimpleDstVT, so I think it is safe to let CheckOriginalTypes keep its true value.
Ok.
Repository:
rL LLVM
http://reviews.llvm.org/D15604
More information about the llvm-commits
mailing list