[PATCH] D156497: [BPF] report fatal error rather than miscompile
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 17:45:03 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/lib/Target/BPF/BPFISelLowering.h:78
+ mutable bool HasError = false;
+
----------------
TargetLowering should not contain state, you don't need this
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156497/new/
https://reviews.llvm.org/D156497
More information about the llvm-commits
mailing list