diff options
author | JF Bastien <jfbastien@apple.com> | 2020-03-04 13:51:35 -0800 |
---|---|---|
committer | JF Bastien <jfbastien@apple.com> | 2020-03-09 11:19:23 -0700 |
commit | 8fc9eea43a94d83e46614eee47b069e25848fedb (patch) | |
tree | dccfce92431f0af330869fdc111cd2080b2de32d /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c71ef7a85d2447903ff9240aff649a57d70b050d (diff) | |
download | llvm-8fc9eea43a94d83e46614eee47b069e25848fedb.zip llvm-8fc9eea43a94d83e46614eee47b069e25848fedb.tar.gz llvm-8fc9eea43a94d83e46614eee47b069e25848fedb.tar.bz2 |
Test that volatile load type isn't changed
Summary: As discussed in D75505, it's not particularly useful to change the type of a load to/from floating-point/integer because it's followed by a bitcast, and it might lead to surprising code generation. Check that this doesn't generally happen.
Reviewers: lebedev.ri
Subscribers: jkorous, dexonsmith, ributzka, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75644
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions