[PATCH] D53877: [IR] Strawman for dedicated FNeg IR instruction
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 03:06:23 PDT 2019
lebedev.ri added inline comments.
================
Comment at: llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h:373
+enum UnaryOpcodes {
+ UNOP_NEG = 0
+};
----------------
@cameron.mcinally also, shouldn't this be `UNOP_FNEG`?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53877/new/
https://reviews.llvm.org/D53877
More information about the llvm-commits
mailing list