aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-readobj/llvm-readobj.cpp
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-08-21 20:17:26 +0000
committerSanjay Patel <spatel@rotateright.com>2015-08-21 20:17:26 +0000
commit9e916dc48def7451c189b1e6efe830ef9f1da803 (patch)
treef286b769e8237c99615b0db55248dd1556ffa96f /llvm/tools/llvm-readobj/llvm-readobj.cpp
parent88208840b56ec5ceafd4c3d34a43d22dbba3a611 (diff)
downloadllvm-9e916dc48def7451c189b1e6efe830ef9f1da803.zip
llvm-9e916dc48def7451c189b1e6efe830ef9f1da803.tar.gz
llvm-9e916dc48def7451c189b1e6efe830ef9f1da803.tar.bz2
[x86] invert logic for attribute 'FeatureFastUAMem'
This is a 'no functional change intended' patch. It removes one FIXME, but adds several more. Motivation: the FeatureFastUAMem attribute may be too general. It is used to determine if any sized misaligned memory access under 32-bytes is 'fast'. From the added FIXME comments, however, you can see that we're not consistent about this. Changing the name of the attribute makes it clearer to see the logic holes. Changing this to a 'slow' attribute also means we don't have to add an explicit 'fast' attribute to new chips; fast unaligned accesses have been standard for several generations of CPUs now. Differential Revision: http://reviews.llvm.org/D12154 llvm-svn: 245729
Diffstat (limited to 'llvm/tools/llvm-readobj/llvm-readobj.cpp')
0 files changed, 0 insertions, 0 deletions