[PATCH] D158068: [DAG] FoldSetCC - add missing icmp(X,undef) -> isTrueWhenEqual case
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 31 11:42:09 PDT 2023
goldstein.w.n added a comment.
In D158068#4632046 <https://reviews.llvm.org/D158068#4632046>, @RKSimon wrote:
> It was requested by @craig.topper for an upcoming patch - he noticed that D59363 <https://reviews.llvm.org/D59363> had mentioned undef handling in the comments and hadn't implemented it.
I see, I'll let craig review then because I'm not really sure what the implications/potential fallout of this are.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158068/new/
https://reviews.llvm.org/D158068
More information about the llvm-commits
mailing list