mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 07:30:52 +00:00
Mark the AL/AX/EAX forms of the basic arithmetic operations has never having side effects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171121 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dbf5081a31
commit
b87a5b3a1f
@ -914,6 +914,7 @@ class BinOpAI<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo,
|
||||
let ImmT = typeinfo.ImmEncoding;
|
||||
let Uses = [areg];
|
||||
let Defs = [areg];
|
||||
let hasSideEffects = 0;
|
||||
}
|
||||
|
||||
/// ArithBinOp_RF - This is an arithmetic binary operator where the pattern is
|
||||
|
Loading…
x
Reference in New Issue
Block a user