[PATCH] D112711: [fir] Add FIR CSE specific pass
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 29 16:40:11 PDT 2021
mehdi_amini added a comment.
Right so I'm interested in what it'll take to converge this with the existing CSE pass. What you mentioned here is interesting because it seems all in the domain of memory effects I believe: does it point mostly to the lack of support for the memory effects op interface in the CSE pass?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112711/new/
https://reviews.llvm.org/D112711
More information about the llvm-commits
mailing list