[PATCH] D61419: Support FNeg ConstantExpr folding

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 3 06:06:58 PDT 2019


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/X86/vec_fneg.ll:144
 
+; fneg constant folding
 
----------------
These should still not be codegen tests. Is this the constant folding that the asm parser does?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61419/new/

https://reviews.llvm.org/D61419





More information about the llvm-commits mailing list