[PATCH] D143892: [CodeGenPrepare] Don't give up if unable to sink first arg to a cold call

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 10:24:55 PST 2023


chill marked an inline comment as done.
chill added inline comments.


================
Comment at: llvm/test/CodeGen/Generic/addr-sink-call-multi-arg.ll:7
+entry:
+    %a0 = getelementptr i32 *, ptr %p, i32 %i
+    %a1 = getelementptr i32 *, ptr %p, i32 4
----------------
nikic wrote:
> `i32 *` should be `ptr` as well.
Will do.


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

https://reviews.llvm.org/D143892



More information about the llvm-commits mailing list