[PATCH] D131775: [GVN] Pre-commit test case showing miscompile in github issue #57025
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 30 03:14:52 PDT 2022
fhahn added inline comments.
================
Comment at: llvm/test/Transforms/GVN/memdep-unknown-deadblocks.ll:29
+
+declare void @verify(i16)
+
----------------
Could you also add a FIXME: saying what load/store gets mis-optimized by GVN currently?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131775/new/
https://reviews.llvm.org/D131775
More information about the llvm-commits
mailing list