[PATCH] D57409: [SLP] Allow to duplicate instruction in multiple bundles by introducing pseudo operations.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 29 12:57:40 PST 2019


RKSimon added inline comments.


================
Comment at: test/Transforms/SLPVectorizer/X86/duplicate.ll:13
+; Function Attrs: uwtable
+define dso_local void @_ZN1j1kEv(%class.j* nocapture readonly %this) local_unnamed_addr #0 align 2 personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
+; CHECK-LABEL: @_ZN1j1kEv(
----------------
This test case is pretty nasty, can you clean it up at all please?


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

https://reviews.llvm.org/D57409





More information about the llvm-commits mailing list