[PATCH] D60136: [RISCV] Implement adding a displacement to a BlockAddress

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 3 06:18:07 PDT 2019


lewis-revill added a comment.

Thanks, I didn't realise this was the case.



================
Comment at: test/CodeGen/RISCV/codemodel-lowering.ll:126
+indirectgoto:
+  %indirect.goto.dest = phi i8* [ %addr, %if.then ]
+  indirectbr i8* %addr, [ label %test_block ]
----------------
Is this phi node necessary for the test?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60136





More information about the llvm-commits mailing list