[PATCH] D53877: [IR] Strawman for dedicated FNeg IR instruction

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 15:00:48 PST 2018


arsenm added inline comments.


================
Comment at: test/Bitcode/compatibility.ll:1004
+  ; CHECK: fneg double %op1
+  ret void
+}
----------------
Should also test the fast math flags since you had to handle those


Repository:
  rL LLVM

https://reviews.llvm.org/D53877





More information about the llvm-commits mailing list