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

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 1 09:24:34 PDT 2018


cameron.mcinally added inline comments.


================
Comment at: test/Assembler/fast-math-flags.ll:81
+  %f = fneg nnan  float %x
+; CHECK:  %f_vec = fneg nnan  <3 x float> %vec
+  %f_vec = fneg nnan  <3 x float> %vec
----------------
arsenm wrote:
> Looks like extra whitespace in the test and output (I would hope this test would use -strict-whitespace, but it looks like this is an issue with the rest of the tests here as well)
Created D53981 to correct the general whitespace problem.


Repository:
  rL LLVM

https://reviews.llvm.org/D53877





More information about the llvm-commits mailing list