[PATCH] D66190: [CodeGen] Add a pass to do block predication on SSA machine IR
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 00:05:13 PDT 2019
lebedev.ri added inline comments.
================
Comment at: llvm/lib/CodeGen/EarlyIfConversion.cpp:930-932
+//===----------------------------------------------------------------------===//
+// EarlyIfPredicator Pass
+//===----------------------------------------------------------------------===//
----------------
ThomasRaoux wrote:
> lebedev.ri wrote:
> > I'd think you want to not jam it next to existing pass, but put it into it's own place
> Do you mean move it into its own file? This reuses SSAIfConv infrastructure so unless we move it into a header file those two passes have to be in the same file.
Yes
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66190/new/
https://reviews.llvm.org/D66190
More information about the llvm-commits
mailing list