[all-commits] [llvm/llvm-project] d636d7: Revert "Move ExpandLargeDivRem to llvm/test/CodeGe...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Nov 1 22:38:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d636d73f9420bb78959af0dec0885f5a26e515af
https://github.com/llvm/llvm-project/commit/d636d73f9420bb78959af0dec0885f5a26e515af
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-11-02 (Thu, 02 Nov 2023)
Changed paths:
R llvm/test/CodeGen/X86/expand-large-div-rem-sdiv129.ll
R llvm/test/CodeGen/X86/expand-large-div-rem-srem129.ll
R llvm/test/CodeGen/X86/expand-large-div-rem-udiv129.ll
R llvm/test/CodeGen/X86/expand-large-div-rem-urem129.ll
A llvm/test/Transforms/ExpandLargeDivRem/X86/lit.local.cfg
A llvm/test/Transforms/ExpandLargeDivRem/X86/sdiv129.ll
A llvm/test/Transforms/ExpandLargeDivRem/X86/srem129.ll
A llvm/test/Transforms/ExpandLargeDivRem/X86/udiv129.ll
A llvm/test/Transforms/ExpandLargeDivRem/X86/urem129.ll
Log Message:
-----------
Revert "Move ExpandLargeDivRem to llvm/test/CodeGen/X86 because they need a triple"
This reverts commit 6bf1b4e8e0776e6f27013434d8b632016ccc795c.
Requiring a triple does not require moving these to a codegen test directory.
Move these to an x86 specific subdirectory of a transforms test.
More information about the All-commits
mailing list