[all-commits] [llvm/llvm-project] 342eca: [NFC][Codegen] Add miscompile test for constant st...
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Tue Feb 25 09:30:43 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 342eca29749e3169cd9bb3ca0953519a41a7ca0f
https://github.com/llvm/llvm-project/commit/342eca29749e3169cd9bb3ca0953519a41a7ca0f
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M llvm/test/CodeGen/X86/stores-merging.ll
Log Message:
-----------
[NFC][Codegen] Add miscompile test for constant store merging from PR43446
This miscompile was introduced by rL354676 / https://reviews.llvm.org/D58468
https://bugs.llvm.org/show_bug.cgi?id=43446
Commit: d20907d1de89bf63b589fadd8c096d4895e47fba
https://github.com/llvm/llvm-project/commit/d20907d1de89bf63b589fadd8c096d4895e47fba
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/test/CodeGen/AArch64/ldst-paired-aliasing.ll
M llvm/test/CodeGen/PowerPC/constant-combines.ll
M llvm/test/CodeGen/X86/constant-combines.ll
M llvm/test/CodeGen/X86/lifetime-alias.ll
M llvm/test/CodeGen/X86/pr40631_deadstore_elision.ll
M llvm/test/CodeGen/X86/stores-merging.ll
Log Message:
-----------
[Codegen] Revert rL354676/rL354677 and followups - introduced PR43446 miscompile
This reverts https://reviews.llvm.org/D58468
(rL354676, 44037d7a6377ec8e5542cced73583283334b516b),
and all and any follow-ups to that code block.
https://bugs.llvm.org/show_bug.cgi?id=43446
Compare: https://github.com/llvm/llvm-project/compare/bf6d94f15981...d20907d1de89
More information about the All-commits
mailing list