[PATCH] D49144: [FunctionAttrs] Infer the speculatable attribute

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 17:14:07 PDT 2018


efriedma added a comment.

I think marking a function speculatable requires stripping metadata from any loads in that function, to avoid UB.  Does that sound reasonable?


Repository:
  rL LLVM

https://reviews.llvm.org/D49144





More information about the llvm-commits mailing list