[PATCH] D50861: [AST] Mark invariant.starts as being readonly
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 16 13:50:35 PDT 2018
reames added inline comments.
================
Comment at: test/Transforms/LICM/invariant.start.ll:89
; don't try to reason about scopes
+;; FIXME: not actually testing scopes case yet
define void @test5(i1 %cond, i32* %ptr) {
----------------
This has been addressed in a separate change and will disappear when rebased.
Repository:
rL LLVM
https://reviews.llvm.org/D50861
More information about the llvm-commits
mailing list