[llvm] c3e17ce - [PowerPC] Move backend test to fix non PPC bots

Quinn Pham via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 21 07:44:21 PDT 2021


Author: Quinn Pham
Date: 2021-07-21T09:36:29-05:00
New Revision: c3e17ceaaafa847910363253e81b64390ba4fafb

URL: https://github.com/llvm/llvm-project/commit/c3e17ceaaafa847910363253e81b64390ba4fafb
DIFF: https://github.com/llvm/llvm-project/commit/c3e17ceaaafa847910363253e81b64390ba4fafb.diff

LOG: [PowerPC] Move backend test to fix non PPC bots

Moving `llvm/test/CodeGen/builtins-ppc-xlcompat-fp.ll` to
`llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll`

Added: 
    llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/builtins-ppc-xlcompat-fp.ll


################################################################################
diff  --git a/llvm/test/CodeGen/builtins-ppc-xlcompat-fp.ll b/llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll
similarity index 100%
rename from llvm/test/CodeGen/builtins-ppc-xlcompat-fp.ll
rename to llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll


        


More information about the llvm-commits mailing list