[llvm] adfaeec - [JumpThreading] Rename thread-prob-3.ll to thread-prob-1.ll (NFC)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 27 21:33:37 PDT 2020
Author: Kazu Hirata
Date: 2020-10-27T21:33:06-07:00
New Revision: adfaeece7b1675f01788bac02ddc6f5df7fe31ae
URL: https://github.com/llvm/llvm-project/commit/adfaeece7b1675f01788bac02ddc6f5df7fe31ae
DIFF: https://github.com/llvm/llvm-project/commit/adfaeece7b1675f01788bac02ddc6f5df7fe31ae.diff
LOG: [JumpThreading] Rename thread-prob-3.ll to thread-prob-1.ll (NFC)
I just removed thread-prob-{1,2}.ll in
b2f05fae80b0c1a307a9e257157a0d70e6623eb8, so I am removing
thread-prob-3.ll to thread-prob-1.ll.
Added:
llvm/test/Transforms/JumpThreading/thread-prob-1.ll
Modified:
Removed:
llvm/test/Transforms/JumpThreading/thread-prob-3.ll
################################################################################
diff --git a/llvm/test/Transforms/JumpThreading/thread-prob-3.ll b/llvm/test/Transforms/JumpThreading/thread-prob-1.ll
similarity index 100%
rename from llvm/test/Transforms/JumpThreading/thread-prob-3.ll
rename to llvm/test/Transforms/JumpThreading/thread-prob-1.ll
More information about the llvm-commits
mailing list