search for: ed1fd949

Displaying 2 results from an estimated 2 matches for "ed1fd949".

2018 Feb 08
0
retpoline mitigation and 6.0
...ail call void asm sideeffect "call __x86_indirect_thunk_${0:V}", > "r,~{dirflag},~{fpsr},~{flags}"(i32* %p) > ret void > } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180208/ed1fd949/attachment.html>
2018 Feb 08
2
retpoline mitigation and 6.0
On Wed, 2018-02-07 at 15:47 -0800, Craig Topper wrote: > I'll save you a review iteration. This is updated to match llvm > coding style. Capital camel case variable names and uses > LLVM_FALLTHROUGH instead of the comment. Thanks. How's this for a test? ; RUN: llc < %s -mtriple=i686-- -no-integrated-as | FileCheck -check-prefix=X86 %s ; RUN: llc < %s -mtriple=x86_64--