[PATCH] D124608: [SimplifyCFG] Avoid shifting by a too large exponent.

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 03:17:40 PST 2023


arichardson added inline comments.


================
Comment at: llvm/test/Transforms/SimplifyCFG/X86/switch-to-lookup-large-types.ll:23
+start:
+  switch i128 %x, label %default [
+  i128 0, label %end
----------------
@fhahn These two functions are identical, was this supposed to use an `i64` in the switch?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124608/new/

https://reviews.llvm.org/D124608



More information about the llvm-commits mailing list