[PATCH] D79074: [PowerPC] Respect SDNodeFlags in lowering SELECT_CC
Qiu Chaofan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 29 02:38:52 PDT 2020
qiucf marked an inline comment as done.
qiucf added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/scalar-min-max.ll:131
entry:
- %cmp = fcmp fast ogt float %a, %b
+ %cmp = fcmp ogt float %a, %b
%cond = select i1 %cmp, float %a, float %b
----------------
Deleting `fast` in this file looks okay to me, since we already used command-line flags. We can clear this in following patches.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79074/new/
https://reviews.llvm.org/D79074
More information about the llvm-commits
mailing list