[LV] Add test cases for global struct dereferencability.
authorFlorian Hahn <flo@fhahn.com>
Wed, 29 Mar 2023 16:47:41 +0000 (17:47 +0100)
committerFlorian Hahn <flo@fhahn.com>
Wed, 29 Mar 2023 16:47:41 +0000 (17:47 +0100)
commit4173ed1382facb3439d5187ef7630225fa1f726b
tree03aa7f4d6813cc660526f3fc53ea358ac2e5ce5a
parent1f48a1fce23551cc24f5b598af5994f5cfc6b6d0
[LV] Add test cases for global struct dereferencability.

Currently LLVM fails to determine that conditional loads in
@accesses_to_struct_dereferenceable are dereferenceable unconditionally.
llvm/test/Transforms/LoopVectorize/load-of-struct-deref-pred.ll [new file with mode: 0644]