diff options
author | Sanjay Patel <spatel@rotateright.com> | 2018-11-01 22:56:15 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2018-11-01 22:56:15 +0000 |
commit | 0857df38bd3cbff4c30cb1bc4366afacd3cc973d (patch) | |
tree | f7eeb9c166708df3cb03446dbdfd8953bc834022 /llvm/lib/CodeGen/MachineOutliner.cpp | |
parent | 8b286f99d4d39aa7847c85f00c111a577a354fef (diff) | |
download | llvm-0857df38bd3cbff4c30cb1bc4366afacd3cc973d.zip llvm-0857df38bd3cbff4c30cb1bc4366afacd3cc973d.tar.gz llvm-0857df38bd3cbff4c30cb1bc4366afacd3cc973d.tar.bz2 |
[IR] remove fake binop query for fneg
We want to remove this fneg API because it would silently fail
if we add an actual fneg instruction to IR (as proposed in
D53877 ).
We have a newer 'match' API that makes checking for
these patterns simpler. It also works with vectors
that may include undef elements in constants.
If any out-of-tree users need updating, they can model
their code changes on this commit:
https://reviews.llvm.org/rL345295
llvm-svn: 345904
Diffstat (limited to 'llvm/lib/CodeGen/MachineOutliner.cpp')
0 files changed, 0 insertions, 0 deletions