[all-commits] [llvm/llvm-project] da1aaa: Revert "[X86] Place new constant node in topologic...
topperc via All-commits
all-commits at lists.llvm.org
Mon Sep 14 16:59:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: da1aaa0b7080049e0d6ef82a4a6784e89c20f059
https://github.com/llvm/llvm-project/commit/da1aaa0b7080049e0d6ef82a4a6784e89c20f059
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
R llvm/test/CodeGen/X86/pr47525.ll
Log Message:
-----------
Revert "[X86] Place new constant node in topological order in X86DAGToDAGISel::matchBitExtract."
I got the bug number wrong.
This reverts commit 32515938901685bcbc438d5f5bb03cb8a9f4c637.
Commit: 46673763fe598aa9d3f0edaf1ba7a1645c4eacfe
https://github.com/llvm/llvm-project/commit/46673763fe598aa9d3f0edaf1ba7a1645c4eacfe
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
A llvm/test/CodeGen/X86/pr47482.ll
Log Message:
-----------
[X86] Place new constant node in topological order in X86DAGToDAGISel::matchBitExtract
Fixes PR47482
Compare: https://github.com/llvm/llvm-project/compare/4706880f06fb...46673763fe59
More information about the All-commits
mailing list