diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-10 23:08:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-10 23:08:24 +0000 |
commit | ea3a181a56ccc992e3ae5ec99ee1fd8fcd89f0cf (patch) | |
tree | 7b35c4034140411b099446096c162acfe0c7e8db /lib/Target/PowerPC/PPCTargetAsmInfo.cpp | |
parent | f270d32a67970a7b1b2fc1058fe79e3acd0fd71d (diff) | |
download | external_llvm-ea3a181a56ccc992e3ae5ec99ee1fd8fcd89f0cf.zip external_llvm-ea3a181a56ccc992e3ae5ec99ee1fd8fcd89f0cf.tar.gz external_llvm-ea3a181a56ccc992e3ae5ec99ee1fd8fcd89f0cf.tar.bz2 |
Simplify the side effect stuff a bit more and make licm/sinking
both work right according to the new flags.
This removes the TII::isReallySideEffectFree predicate, and adds
TII::isInvariantLoad.
It removes NeverHasSideEffects+MayHaveSideEffects and adds
UnmodeledSideEffects as machine instr flags. Now the clients
can decide everything they need.
I think isRematerializable can be implemented in terms of the
flags we have now, though I will let others tackle that.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetAsmInfo.cpp')
0 files changed, 0 insertions, 0 deletions