[PATCH] D37163: [LICM] sink through non-trivially replicable PHI

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 16:15:11 PDT 2017


hfinkel added inline comments.


================
Comment at: test/CodeGen/PowerPC/subreg-postra-2.ll:7
 ; Function Attrs: nounwind
-define void @jbd2_journal_commit_transaction(i32 %input1, i32* %input2, i32* %input3, i8** %input4) #0 {
+define void @jbd2_journal_commit_transaction(i32 %input1, i32* %input2, i32* %input3, i8** %input4, i32* %input5, i32* %input6) #0 {
 entry:
----------------
Do you need to change this test at all? Would using the flag -ppc-gep-opt=0 enable you to leave the test as is?


https://reviews.llvm.org/D37163





More information about the llvm-commits mailing list