[PATCH] D63593: [Scalarizer] Propagate IR flags
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 08:31:04 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/test/Transforms/Scalarizer/basic.ll:531
+}
+
!0 = !{ !"root" }
----------------
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
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