[all-commits] [llvm/llvm-project] 962b73: Revert "[AArch64][GlobalISel] Fold constants into ...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Tue Feb 16 10:52:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 962b73dd0fc3906980e597f72a35eee7121cc5e2
https://github.com/llvm/llvm-project/commit/962b73dd0fc3906980e597f72a35eee7121cc5e2
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64Combine.td
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/lib/Target/AArch64/GISel/AArch64PreLegalizerCombiner.cpp
R llvm/test/CodeGen/AArch64/GlobalISel/fold-global-offsets-target-features.mir
R llvm/test/CodeGen/AArch64/GlobalISel/fold-global-offsets.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-global-pic.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-global.mir
R llvm/test/CodeGen/AArch64/GlobalISel/select-add-low.mir
R llvm/test/CodeGen/AArch64/GlobalISel/select-gv-with-offset.mir
M llvm/test/CodeGen/AArch64/GlobalISel/select-store.mir
M llvm/test/CodeGen/AArch64/fold-global-offsets.ll
Log Message:
-----------
Revert "[AArch64][GlobalISel] Fold constants into G_GLOBAL_VALUE"
This reverts commit 61b4702a408834228c1c139b0e9af98616774db4.
We were seeing some test failures in SPECINT2006 due to this change. Reverting
to investigate.
More information about the All-commits
mailing list