[PATCH] D56201: [LegalizeVectorTypes] Allow single loads and stores for more short vectors

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 23 10:30:03 PST 2019


craig.topper added inline comments.


================
Comment at: test/CodeGen/X86/load-local-v3i1.ll:28
 
 define void @local_load_v3i1(i32 addrspace(1)* %out, i32 addrspace(1)* %in, <3 x i1>* %predicate_ptr) {
 ; CHECK-LABEL: local_load_v3i1:
----------------
Can you add 'nounwind' to this to drop the .cfi lines


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56201/new/

https://reviews.llvm.org/D56201





More information about the llvm-commits mailing list