[PATCH] D69038: [InstCombine] Fix miscompile bug in canEvaluateShuffled
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 16 07:13:54 PDT 2019
bjope marked an inline comment as done.
bjope added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/shufflevector-div-rem.ll:4
; This test case was added as a reproducer for a miscompile, where instcombine
; introduced an
----------------
Not sure if I need to pre-commit the test case (?).
If so, then maybe these comments describing the test cases should be updated to tell that it shows the bad result in the pre-commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69038/new/
https://reviews.llvm.org/D69038
More information about the llvm-commits
mailing list