[PATCH] D147968: [TTI][BPF]: Undo specific transform-preventing passes and add TTI hooks
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 14 06:43:14 PDT 2023
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/BPF/adjust-opt-icmp1.ll:41
; CHECK-DISABLE: [[REG2:r[0-9]+]] = 4294967289
; CHECK-DISABLE: if [[REG2]] > [[REG1]] goto
----------------
You've left a lot of orphan CHECK-DISABLE in various files where you've removed the bpf-disable-serialize-icmp RUN
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147968/new/
https://reviews.llvm.org/D147968
More information about the llvm-commits
mailing list