[PATCH] D63593: [Scalarizer] Propagate IR flags

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 13:25:29 PDT 2019


foad marked 3 inline comments as done.
foad added inline comments.


================
Comment at: llvm/test/Transforms/Scalarizer/basic.ll:531
+}
+
 !0 = !{ !"root" }
----------------
arsenm wrote:
> foad wrote:
> > arsenm wrote:
> > > Can you also add a test for fneg, and an intrinsic or 2
> > fneg: done. Intrinsics are CallInsts which don't have any IR flags.
> Yes they do. Also, fcmp is another strange case to test
Good point. Done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63593





More information about the llvm-commits mailing list