[all-commits] [llvm/llvm-project] 2fa14d: Try to fix bots. We shouldn't be setting the entry...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Thu Apr 29 03:51:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fa14d47005115341c14f37cb2ab00062a60fe0d
https://github.com/llvm/llvm-project/commit/2fa14d47005115341c14f37cb2ab00062a60fe0d
Author: Amara Emerson <amara at apple.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
Log Message:
-----------
Try to fix bots. We shouldn't be setting the entrybuilder's DL to a null one.
This was causing a DILocation verifier error, the old code path didn't try to do
this when building constants via the finishPendingPhis() method.
More information about the All-commits
mailing list