You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump LLVM to ebc7efbab5c58b46f7215d63be6d0208cb588192. (#8089)
This is a relatively straightforward LLVM bump, but there were a few
things updated here.
llvm/llvm-project@abba01a
This updated PointerUnion to deprecate get and is in favor of
llvm::cast and llvm::isa, so this PR updates the relevant callsites.
llvm/llvm-project@f023da1
This updated FloatType to remove the helpers like getF64. FloatType
was previously turned into a TypeInterface, and the helpers are now
static get methods on the concrete FloatType implementations, so this
PR updates FloatType::getF64 to Float64Type::get.
llvm/llvm-project@b39c5cb6
This updated InlinerInterface to add a new
allowSingleBlockOptimization method. We need to define that on our
PrefixInliner, or else we will hit the new assertion.
0 commit comments