summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2016-11-27 18:51:13 +0000
committerCraig Topper <craig.topper@gmail.com>2016-11-27 18:51:13 +0000
commit7ad961cc700f0375f59831939a9a87f847ee4056 (patch)
tree02afd012577986d98dbc675f5fd0da12e5ad0d7d /llvm/lib/CodeGen
parent4571157d2d9e67410540cdc5ad45010b8b17e872 (diff)
downloadbcm5719-llvm-7ad961cc700f0375f59831939a9a87f847ee4056.tar.gz
bcm5719-llvm-7ad961cc700f0375f59831939a9a87f847ee4056.zip
[X86] Add TB_NO_REVERSE to entries in the load folding table where the instruction's load size is smaller than the register size.
If we were to unfold these, the load size would be increased to the register size. This is not safe to do since the enlarged load can do things like cross a page boundary into a page that doesn't exist. I probably missed some instructions, but this should be a large portion of them. llvm-svn: 288001
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud