mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-19 04:28:20 +00:00
Remove an unnecessary predicate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25954 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3123,8 +3123,7 @@ def : Pat<(f64 fp64immneg0), (FpCHS (FpLD0))>, Requires<[FPStack]>;
|
|||||||
def : Pat<(f64 fp64immneg1), (FpCHS (FpLD1))>, Requires<[FPStack]>;
|
def : Pat<(f64 fp64immneg1), (FpCHS (FpLD1))>, Requires<[FPStack]>;
|
||||||
|
|
||||||
// Used to conv. i64 to f64 since there isn't a SSE version.
|
// Used to conv. i64 to f64 since there isn't a SSE version.
|
||||||
def : Pat<(X86fildflag addr:$src, i64), (FpILD64m addr:$src)>,
|
def : Pat<(X86fildflag addr:$src, i64), (FpILD64m addr:$src)>;
|
||||||
Requires<[HasSSE2]>;
|
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// Some peepholes
|
// Some peepholes
|
||||||
|
Reference in New Issue
Block a user