mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Default isNarrowingProfitable to false.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72561 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8e610a7784
commit
abdbc57abb
@ -1424,7 +1424,7 @@ public:
|
|||||||
/// operations of type VT1 to VT2. e.g. on x86, it's profitable to narrow
|
/// operations of type VT1 to VT2. e.g. on x86, it's profitable to narrow
|
||||||
/// from i32 to i8 but not from i32 to i16.
|
/// from i32 to i8 but not from i32 to i16.
|
||||||
virtual bool isNarrowingProfitable(MVT VT1, MVT VT2) const {
|
virtual bool isNarrowingProfitable(MVT VT1, MVT VT2) const {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//===--------------------------------------------------------------------===//
|
//===--------------------------------------------------------------------===//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user