efriedma added inline comments.

================
Comment at: llvm/test/CodeGen/Thumb2/thumb2-execute-only-long-calls.ll:19
+; STATIC-NEXT:  movt    [[REG0]], :upper16:.LCP1_0
+; STATIC-NEXT:  ldr     [[REG1:r[0-9]+]], [[[REG0]]]
+; STATIC-NEXT:  blx     [[REG1]]
----------------
Is there some reason we can't just generate `movw r0, :lower16:bar; movt r0, 
:upper16:bar`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136203

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to