[PATCH] D92365: [PowerPC] Fix chain for i1-to-fp operation

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 6 18:33:01 PST 2020


qiucf added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/i1-to-fp-chain.ll:4
+
+ at foo = dso_local global double 0.000000e+00, align 8
+
----------------
steven.zhang wrote:
> Can you move this into fp-strict-conv.ll instead of creating new test file ?
I think we don't want ppc32 content for other test functions in the file.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92365/new/

https://reviews.llvm.org/D92365



More information about the llvm-commits mailing list