[llvm] [SimplifyCFG] Fold `switch(zext/sext(X))` into `switch(X)` (PR #76988)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 11:19:25 PST 2024
dtcxzyw wrote:
> @dtcxzyw But won't that edge get eliminated by SimplifyCFG anyway?
Okay, I have got your point.
https://github.com/llvm/llvm-project/pull/76988
More information about the llvm-commits
mailing list