[PATCH] D141055: Make switch-to-lookup-large-types.ll more reliable

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 11:25:38 PST 2023


fhahn accepted this revision.
fhahn added a comment.

LGTM, thanks!



================
Comment at: llvm/test/Transforms/SimplifyCFG/X86/switch-to-lookup-large-types.ll:11
 ;.
-define i8 @switch_to_lookup_i64(i128 %x){
+define i8 @switch_to_lookup_i64(i64 %x){
 ; CHECK-LABEL: @switch_to_lookup_i64(
----------------
Yeah that was the original intention here IIRC, thanks for fixing this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141055



More information about the llvm-commits mailing list