[PATCH] D53877: [IR] Strawman for dedicated FNeg IR instruction
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 31 11:31:36 PDT 2018
cameron.mcinally added inline comments.
================
Comment at: lib/IR/Verifier.cpp:3011
+ llvm_unreachable("Unknown BinaryOperator opcode!");
+ }
+
----------------
Just caught this bad copy-and-paste. Will address in next revision...
Repository:
rL LLVM
https://reviews.llvm.org/D53877
More information about the llvm-commits
mailing list