[PATCH] D61624: [FastISel][X86] Support FNeg instruction in target independent fast isel handling
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 8 06:03:03 PDT 2019
cameron.mcinally added a comment.
If we end up with more UnaryOps in the future, it would make sense to create a `selectUnaryOp(...)`. But that's probably overkill for now since no new UnOps are planned.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61624/new/
https://reviews.llvm.org/D61624
More information about the llvm-commits
mailing list