[llvm] [SimplifyCFG] Fold `switch(zext/sext(X))` into `switch(X)` (PR #76988)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 11:14:49 PST 2024
nikic wrote:
@dtcxzyw But won't that edge get eliminated by SimplifyCFG anyway?
https://github.com/llvm/llvm-project/pull/76988
More information about the llvm-commits
mailing list