[PATCH] D23614: [PPC] Generate positive FP zero using xor insn instead of loading from constant area

Ehsan Amiri via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 10:35:53 PDT 2016


amehsan added inline comments.


================
Comment at: test/CodeGen/PowerPC/tail-dup-analyzable-fallthrough.ll:8
 ; CHECK: # %if.then.i
-; CHECK: lxvd2x
+; CHECK: vxor
 ; CHECK: stxvd2x
----------------
Apparently due to some other change, we now generate xxlxor here, which is better. So I'll change this line of the code before committing.


https://reviews.llvm.org/D23614





More information about the llvm-commits mailing list