[PATCH] D28017: AMD family 17h (znver1) enablement
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 21 08:57:15 PST 2016
craig.topper added inline comments.
================
Comment at: lib/Target/X86/X86InstrInfo.td:2456
+
+ let usesCustomInserter = 1 in {
+ def CLZERO : PseudoI<(outs), (ins i32mem:$src1),
----------------
The custom inserter needs to be implemented in X86ISelLowering.cpp. As Simon said, clzero should be split out of this patch.
Repository:
rL LLVM
https://reviews.llvm.org/D28017
More information about the llvm-commits
mailing list