mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
8882bb7633
Although rare, atomic accesses to floating-point types seem to be valid, i.e. `%a = load atomic float ...`. The TSan instrumentation pass however tries to emit inttoptr, which is incorrect, we should use a bitcast here. Anyway, IRBuilder already has a convenient helper function for this. Differential Revision: https://reviews.llvm.org/D26266 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286135 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
atomic-non-integer.ll | ||
atomic.ll | ||
capture.ll | ||
do-not-instrument-memory-access.ll | ||
no_sanitize_thread.ll | ||
read_before_write.ll | ||
read_from_global.ll | ||
str-nobuiltin.ll | ||
tsan_address_space_attr.ll | ||
tsan_basic.ll | ||
tsan-vs-gvn.ll | ||
unaligned.ll | ||
vptr_read.ll | ||
vptr_update.ll |