[LLVM] Avoid losing the !nonnull attribute in SROA
This still does not work on 32-bit archs because of an LLVM limitation, but this is only an optimization, so let's push it on 64-bit only for now. Fixes #37945
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
# If this file is modified, then llvm will be (optionally) cleaned and then rebuilt.
|
||||
# The actual contents of this file do not matter, but to trigger a change on the
|
||||
# build bots then the contents should be changed so git updates the mtime.
|
||||
<<<<<<< 37849a002ed91ac2b80aeb2172364b4e19250e05
|
||||
2017-06-27
|
||||
=======
|
||||
2017-06-26
|
||||
>>>>>>> rustc: Implement the #[global_allocator] attribute
|
||||
2017-07-12
|
||||
|
||||
Reference in New Issue
Block a user