[PATCH] D42400: [PPC] Avoid incorrect fp-i128-fp lowering.

Tony Jiang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 11:56:16 PST 2018


jtony added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/fp-int128-fp-combine.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -O0 -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
----------------
Can we explicitly put CHECK-NOT for the `xscvdpsxds +
xscvsxdsp` instructions we were generating before in this test case to avoid regression? 
Other than that, the patch LGTM.


https://reviews.llvm.org/D42400





More information about the llvm-commits mailing list