[PATCH] D121654: [RISCV] Ensure PseudoLA* can be hoisted

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 22:32:07 PDT 2022


jrtc27 added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/machinelicm-got.ll:8
 ; Verifies that MachineLICM can hoist address generation pseudos out of loops.
 ; TODO: Does not currently work for anything other than PseudoLLA.
 
----------------
craig.topper wrote:
> Is this TODO stale?
Oops, retroactively added it to the queued-up precommit (not committed yet, pending any review comments here of the tests themselves) but forgot to remove it here


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121654



More information about the llvm-commits mailing list