diff options
author | Jonas Paulsson <paulson1@linux.ibm.com> | 2024-03-12 09:53:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-12 09:53:11 -0400 |
commit | 9f7ed36f92c304050d401f00b013186de15130e8 (patch) | |
tree | 0662dd52eb2baaf8dd66700a5152fcbf18b3073f /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | ffd31c5e92da9da37cf57ca653e22db38b5af9a3 (diff) | |
download | llvm-9f7ed36f92c304050d401f00b013186de15130e8.zip llvm-9f7ed36f92c304050d401f00b013186de15130e8.tar.gz llvm-9f7ed36f92c304050d401f00b013186de15130e8.tar.bz2 |
Don't do casting of atomic FP loads/stores in FE. (#83446)
The casting of FP atomic loads and stores were always done by the
front-end, even though the AtomicExpandPass will do it if the target
requests it (which is the default).
This patch removes this casting in the front-end entirely.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions