[PATCH] D84776: [CodeMoverUtils] Add more tests to check code motion safety using data dependence information.

rithik sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 04:31:41 PDT 2020


RithikSharma marked 4 inline comments as done.
RithikSharma added inline comments.


================
Comment at: llvm/unittests/Transforms/Utils/CodeMoverUtilsTest.cpp:1035
+bb3:
+call void @function(i32 %tmp1)
+  %tmp6 = load i32, i32* %B, align 4 ; LoadB2
----------------
Whitney wrote:
> indent
Just to include a function call which would fail some existing sink and hoist test cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84776



More information about the llvm-commits mailing list