diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2022-12-08 13:51:08 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2022-12-08 13:51:14 +0000 |
commit | 527e453a5bf9e1ab1504199c1b71539b34f25f50 (patch) | |
tree | 54faeda0db2d66d511eee1a9fedc0aaa1de92552 /llvm/unittests/ADT/APIntTest.cpp | |
parent | a414044012920059ac4bfd2756669f2fca3a4b99 (diff) | |
download | llvm-527e453a5bf9e1ab1504199c1b71539b34f25f50.zip llvm-527e453a5bf9e1ab1504199c1b71539b34f25f50.tar.gz llvm-527e453a5bf9e1ab1504199c1b71539b34f25f50.tar.bz2 |
[X86] Add HasCLFLUSH pseudo-predicate (Issue #19039)
Similar to what we've done for HasMFence - this puts into place a pseudo-predicate for CLFLUSH instructions that separates it from HasSSE2 to make it easier to use CLFLUSH even when SSE/fpmath has been disabled - technically CLFLUSH has its own CPUID bit, so could be available on x86 cores entirely without SSE, but I don't think thats ever happened or likely to happen.
Diffstat (limited to 'llvm/unittests/ADT/APIntTest.cpp')
0 files changed, 0 insertions, 0 deletions